* Use path instead of alias * Add missing pacakges * Use path in viewers * Use path in contextProviders * Add base to config * Add conditionals for window * Copy config to avoid breaking build * Update and lock versions * Update lock file * Remove scaling config * Fix broken versions of react date * Fix broken dev
31 lines
464 B
Plaintext
31 lines
464 B
Plaintext
---
|
|
name: Empty Studies
|
|
menu: Data Display
|
|
route: components/empty-studies
|
|
---
|
|
|
|
import { Playground, Props } from 'docz';
|
|
import { EmptyStudies } from '../';
|
|
|
|
# Empty Studies
|
|
|
|
This component can be used to display a message when there are no studies.
|
|
|
|
## Import
|
|
|
|
```javascript
|
|
import { EmptyStudies } from '@ohif/ui';
|
|
```
|
|
|
|
## Basic usage
|
|
|
|
<Playground>
|
|
<div className="p-4">
|
|
<EmptyStudies />
|
|
</div>
|
|
</Playground>
|
|
|
|
## Properties
|
|
|
|
<Props of={EmptyStudies} />
|