floatbutton
Floating Action Button (FAB) fixed to a corner of the screen.
Attributes
| Attribute | Type | Default | Description |
|---|---|---|---|
icon | string | - | Icon name. |
position | top-left | top-right | bottom-left | bottom-right | bottom-right | Fixed corner position. |
variant | primary | secondary | danger | primary | Visual style. |
floatbutton(icon="plus")floatbutton(icon="edit" position="bottom-left" variant="secondary")