1<!--THIS FILE IS AUTO GENERATED. This file is generated from JSDoc comments in lib/core/addon/components/toolbar.js. To make changes, first edit that file and run "yarn gen-story-md toolbar" to re-generate the content.-->
2
3## Toolbar
4`Toolbar` components are containers for Toolbar actions.
5
6**Example**
7
8```js
9<Toolbar>
10  <ToolbarActions>
11    <ToolbarSecretLink @params={{array 'vault.cluster.policies.create'}} @type="add">
12      Create policy
13    </ToolbarSecretLink>
14  </ToolbarActions>
15</Toolbar>
16```
17
18**See**
19
20- [Uses of Toolbar](https://github.com/hashicorp/vault/search?l=Handlebars&q=Toolbar+OR+toolbar)
21- [Toolbar Source Code](https://github.com/hashicorp/vault/blob/master/ui/lib/core/addon/components/toolbar.js)
22
23---
24