mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-16 19:47:02 +02:00
1.0 KiB
1.0 KiB
ToolbarLink
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