27 lines
300 B
Plaintext
27 lines
300 B
Plaintext
---
|
|
name: NavBag
|
|
menu: Components
|
|
route: components/label
|
|
---
|
|
|
|
import { Playground, Props } from 'docz';
|
|
import NavBag from './';
|
|
|
|
# NavBag
|
|
|
|
## Import
|
|
|
|
```javascript
|
|
import { NavBag } from '@ohif/ui';
|
|
```
|
|
|
|
## Basic usage
|
|
|
|
<Playground>
|
|
<NavBag />
|
|
</Playground>
|
|
|
|
## Properties
|
|
|
|
<Props of={NavBag} />
|