---
title: FAB / Speed Dial
desc: FAB (Floating Action Button) stays in the bottom corner of screen. It includes a focusable and accessible element with button role. Clicking or focusing it shows additional buttons (known as Speed Dial buttons) in a vertical arrangement or a flower shape (quarter circle).
source: https://raw.githubusercontent.com/saadeghi/daisyui/refs/heads/master/packages/daisyui/src/components/fab.css
layout: components
classnames:
component:
- class: fab
desc: Container element. It includes a focusable div like
A
and when it gets clicked of focused, it shows more floating buttons
part:
- class: fab-close
desc: Optional class for a close button (or a wrapper of a close button)
- class: fab-main-action
desc: Optional class for the main action button (or a wrapper of the main action button). Either use fab-close or fab-main-action, not both
modifier:
- class: fab-flower
desc: Modifier class for fab to make it open in a quarter circle arrangement instead of vertical
---
### ~FAB and Speed Dial (vertical)
#### Click or focus the A button in the corner