## 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**
```js
Create policy
```
**See**
- [Uses of ToolbarLink](https://github.com/hashicorp/vault/search?l=Handlebars&q=ToolbarLink+OR+toolbar-link)
- [ToolbarLink Source Code](https://github.com/hashicorp/vault/blob/master/ui/lib/core/addon/components/toolbar-link.js)
---