@fluixi-ui/fab
v0.1.0-alpha.6
Published
Floating action button (FAB) with Material look, ripple and sizing for the Fluixi UI ecosystem
Downloads
861
Readme
@fluixi-ui/fab
A floating action button (FAB) for the Fluixi UI ecosystem — a circular, elevated
button for the primary action on a surface. Reuses variant / tone / press
state and the active skin's treatment (Material tonal container + ripple), and
adds FAB sizing (sm/md/lg) and an extended (icon + label) form.
import { Fab } from '@fluixi-ui/fab';
<Fab aria-label="Add"><PlusIcon /></Fab>
<Fab extended><PlusIcon /> New item</Fab>