Imagine ArtImagine Art

A floating action button for the primary, most prominent action on a screen.

Actions

Import

import { FAB } from "@/components/ui"

API

PropTypeDefaultDescription
variant"brand" | "primary" | "secondary""brand"Color scheme of the FAB.
size"sm" | "md" | "lg""md"Controls dimensions.
shape"circle" | "rounded""circle"Border radius shape.
iconReactNodeThe icon displayed inside the FAB.
labelstringOptional label text for extended FAB.

Examples