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
    EventDescription
    <Fab> events
    clickEvent will be triggered after click on FAB
    <FabButton> events
    clickEvent 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 is FabButtons, 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