vault/ui/stories/toolbar/toolbar-secret-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

995 B

ToolbarSecretLink styles SecretLink for the Toolbar. It should only be used inside of Toolbar.

Param Type Default Description
type String "" Use "add" to change icon

Example

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

See