The JavaScript Floating Action Button (JavaScript FAB) is an extension of the JavaScript Button that appears in front of all contents of a screen and performs a primary action. It supports several built-in features, such as icons, predefined styles, different button sizes, and UI customization.
The JavaScript Floating Action Button can be positioned on the page or a specific target.
Several predefined styles are available in the JavaScript Floating Action Button:
You can use any of these styles based on the context of your application.
In JavaScript FAB, use a button with an icon to the right or left of button text or choose an icon-only button.
The JavaScript 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 ones to achieve their desired look and feel by simply overriding SASS variables or using our Theme Studio application.
The JavaScript Floating Action Button (FAB) control offers a range of APIs that allows developers to customize its appearance and behavior. With these APIs, developers can create a unique and highly personalized FAB that fits seamlessly into their applications.
Easily get started with the JavaScript Floating Action Button using a few simple lines of HTML and TS code, as demonstrated below. Also explore our JavaScript Floating Action Button Example that shows you how to render and configure the FAB in JavaScript.
<div>
<button id='fab'></button>
</div>
import { Fab } from '@syncfusion/ej2-buttons';
// Initialize the Floating Action Button component.
let fab: Fab = new Fab({ content: 'Add' });
// Render initialized Floating Action Button.
fab.appendTo('#fab');
The Floating Action Button control is also available in Blazor, Angular, React, and Vue frameworks. Check out the control on other platforms using these links:
You can find our JavaScript Floating Action Button demo, which demonstrates how to render and configure the Floating Action Button.
No, this is a commercial product and requires a paid license. However, a free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
A good place to start would be our comprehensive getting started documentation.
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.