The Angular Floating Action Button (FAB) is an extension of Angular Button that appears in front of all the contents of the screens and performs the primary action. It supports several built-in features, such as icons, predefined styles, different button sizes, and UI customization.
The Angular Floating Action Button provides built-in support to position the FAB on the page or target.
Several predefined styles are available in Angular Floating Action Button:
You can use a theme based on the context of your application.
The Angular Floating Action Button supports several built-in themes such as Tailwind CSS, Bootstrap 5, Bootstrap 4, Bootstrap, Material, Fabric, Fluent, and high contrast. Users can customize these built-in themes or create new themes to achieve their desired look and feel by simply overriding SASS variables or using our Theme Studio application.
Easily get started with the Angular Floating Action Button using a few simple lines of HTML and TS code example as demonstrated below. Also explore our Angular Floating Action Button Example that shows you how to render and configure a FAB in Angular.
<div class="control-section">
<button ejs-fab content="Add"></button>
</div>
import { Component } from '@angular/core';
@Component({
selector: 'app-root',
template: `<!-- To Render Floating Action Button. -->
<button ejs-fab content="Add"></button>`
})
export class AppComponent { }
Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion is proud to hold the following industry awards.