vault/ui/stories/toolbar/toolbar-link.md
Joshua Ogle be2704cc91
UI: Add Toolbar to Storybook (#6761)
* Add Toolbar stories
* Update ConfirmAction story
2019-05-20 18:10:42 -06:00

1.0 KiB

ToolbarLink components style links and buttons for the Toolbar It should only be used inside of Toolbar.

Param Type Default Description
params Array '' Array to pass to LinkTo
type String '' Use "add" to change icon

Example

<Toolbar>
  <ToolbarActions>
    <ToolbarLink @params={{array 'vault.cluster.policies.create'}} @type="add">
      Create policy
    </ToolbarLink>
  </ToolbarActions>
</Toolbar>

See