Skip to content

FAB

Floating action buttons represent the primary action on a screen.

Import

js
import { MdFab, MdBrandedFab, MdFabExtended } from 'vue-material-3';

Usage

vue
<MdFab icon="add" />
<MdFabExtended icon="add" label="Create" />

Storybook

Use Storybook for FAB variants.