Appearance
Floating action buttons represent the primary action on a screen.
import { MdFab, MdBrandedFab, MdFabExtended } from 'vue-material-3';
<MdFab icon="add" /> <MdFabExtended icon="add" label="Create" />
Use Storybook for FAB variants.