Floating Action Button React Component
- /
**F7Fab**
- main FAB element **FabButtons**
/**F7FabButtons**
- wrapper for multiple FAB buttons used as Speed Dial FAB**FabButton**
/**F7FabButton**
- single FAB Speed Dial button
Event | Description |
---|---|
<Fab> events | |
click | Event will be triggered after click on FAB |
<FabButton> events | |
click | Event will be triggered after click on FAB Speed Dial button |
**default**
- child element will be inserted inside of the main FAB link<a>
element. But if the child isFabButtons
, then it will be inserted in the end of the main FAB element**link**
- child element will be inserted inside of the main FAB link<a>
element- - child element will be inserted in the end of the main FAB element
**text**
- child element will be inserted in the text element of the Extended FAB