Floating Action Button Vue Component

    • - main FAB element
    • **f7-fab-buttons** - wrapper for multiple FAB buttons used as Speed Dial FAB
    • **f7-fab-button** - single FAB Speed Dial button
    EventDescription
    <f7-fab> events
    clickEvent will be triggered after click on FAB
    <f7-fab-button> 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 f7-fab-buttons, 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
    • **text** - child element will be inserted in the text element of the Extended FAB