Back

SpeedDial

Bottom-right, expand upward

New document
Upload file
Share

Bottom-left, expand upward (danger)

Delete
Archive

Usage

@actions.SpeedDial(actions.SpeedDialProps{
    Position:  "bottom-right",  // "bottom-right"|"bottom-left"|"top-right"|"top-left"
    Direction: "up",            // "up"|"down"|"left"|"right"
    Variant:   "primary",
    Items: []actions.SpeedDialItem{
        {Label: "New doc", Icon: myIconFilePlus(), Href: "/new"},
        {Label: "Upload",  Icon: myIconUpload(),  OnClick: "uploadFile()"},
    },
})