## LinkableItem
LinkableItem components have two contextual components, a Content component used to show information on the left with a Menu component on the right, all aligned vertically centered. If passed a link, the block will be clickable.
**Params**
| Param | Type | Default | Description |
| --- | --- | --- | --- |
| [link] | object
|
| Link should have route and model |
| [disabled] | boolean
| false
| If no link then should be given a disabled attribute equal to true |
**Example**
```js
// Use and here
```
**See**
- [Uses of LinkableItem](https://github.com/hashicorp/vault/search?l=Handlebars&q=LinkableItem+OR+linkable-item)
- [LinkableItem Source Code](https://github.com/hashicorp/vault/blob/main/ui/lib/core/addon/components/linkable-item.js)
---