ohif-viewer/platform/ui/src/components/NavBar/NavBag.mdx
2020-05-15 12:38:21 +01:00

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} />