Skip to main content

Plain Header

The Shared Plain Header component.

BfmPlainHeaderComponent

This section describes the BfmPlainHeaderComponent component.

Usage

You need to import it in your module and use it in your template.

plain-header.component.ts
import { BfmPlainHeaderComponent } from '@celerofinancas/ui-user-kit';

@Component({
standalone: true,
selector: 'plain-header',
imports: [BfmPlainHeaderComponent],
templateUrl: './plain-header.component.html',
})
export class PlainHeaderComponent {}

Then, in your template, you can use the component like this:

plain-header.component.html
<bfm-plain-header 
[title]="title"
/>

Inputs

The BfmPlainHeaderComponentcomponent has the following inputs:

title

Header title text

TypeDefault
string ''

Events

The BfmPlainHeaderComponentcomponent has no events.