Skip to main content

Menu Background Illustration

This section describes the BfmMenuBackgroundComponent component.

Usage

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

background.component.ts
import { BfmMenuBackgroundComponent } from '@celerofinancas/ui-user-kit';

@Component({
standalone: true,
selector: 'menu-background',
imports: [BfmMenuBackgroundComponent],
templateUrl: './background.component.html',
})
export class MenuBackgroundComponent {}

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

background.component.html
<bfm-menu-background />

Inputs

The BfmMenuBackgroundComponent component has no inputs.

Events

The BfmMenuBackgroundComponent component has no events.