Docs Quickstart Figma Flowbite
1.3.0
Customize Inherit component

Inherit component

Customize flowbite-angular's component style by inheriting component.


Inheriting components

If you want to add some functionalities to one or multiple components, then you can make a custom component like this

import { IndicatorComponent } from 'flowbite-angular/indicator';

import { Component } from '@angular/core';

@Component({
  standalone: true,
  selector: 'app-my-custom-indicator',
  imports: [],
  template: ``,
})
export class MyCustomIndicatorComponent extends IndicatorComponent {}
Flowbite

© 2019-2024 Flowbite™ is a registered trademark. All Rights Reserved.