Fix docz import typo
This commit is contained in:
parent
e54ccd1373
commit
6f198178ac
@ -16,7 +16,7 @@ Buttons are used to execute actions when users interacts with them.
|
|||||||
## Import
|
## Import
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
import { Button } from '@ohfi/ui';
|
import { Button } from '@ohif/ui';
|
||||||
```
|
```
|
||||||
|
|
||||||
## Outlined Buttons
|
## Outlined Buttons
|
||||||
@ -334,7 +334,7 @@ import { Button } from '@ohfi/ui';
|
|||||||
Icon buttons are generally used in toolbars.
|
Icon buttons are generally used in toolbars.
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
import { IconButton } from '@ohfi/ui';
|
import { IconButton } from '@ohif/ui';
|
||||||
```
|
```
|
||||||
|
|
||||||
<Playground>
|
<Playground>
|
||||||
|
|||||||
@ -17,7 +17,7 @@ Group Button display buttons together sharing its configurations
|
|||||||
## Import
|
## Import
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
import { ButtonGroup } from '@ohfi/ui';
|
import { ButtonGroup } from '@ohif/ui';
|
||||||
```
|
```
|
||||||
|
|
||||||
## Basic button group
|
## Basic button group
|
||||||
|
|||||||
@ -15,7 +15,7 @@ Date Range is used to select a range of dates.
|
|||||||
## Import
|
## Import
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
import { DateRange } from '@ohfi/ui';
|
import { DateRange } from '@ohif/ui';
|
||||||
```
|
```
|
||||||
|
|
||||||
## Date Range
|
## Date Range
|
||||||
|
|||||||
@ -13,7 +13,7 @@ import { ICONS } from './getIcon';
|
|||||||
## Import
|
## Import
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
import { Icon } from '@ohfi/ui';
|
import { Icon } from '@ohif/ui';
|
||||||
```
|
```
|
||||||
|
|
||||||
## Basic usage
|
## Basic usage
|
||||||
|
|||||||
@ -12,7 +12,7 @@ import Input from './';
|
|||||||
## Import
|
## Import
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
import { Input } from '@ohfi/ui';
|
import { Input } from '@ohif/ui';
|
||||||
```
|
```
|
||||||
|
|
||||||
## Basic usage
|
## Basic usage
|
||||||
|
|||||||
@ -12,7 +12,7 @@ import Label from './';
|
|||||||
## Import
|
## Import
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
import { Label } from '@ohfi/ui';
|
import { Label } from '@ohif/ui';
|
||||||
```
|
```
|
||||||
|
|
||||||
## Basic usage
|
## Basic usage
|
||||||
|
|||||||
@ -12,7 +12,7 @@ import Select from './';
|
|||||||
## Import
|
## Import
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
import { Select } from '@ohfi/ui';
|
import { Select } from '@ohif/ui';
|
||||||
```
|
```
|
||||||
|
|
||||||
## Basic usage
|
## Basic usage
|
||||||
|
|||||||
@ -15,7 +15,7 @@ content.
|
|||||||
## Import
|
## Import
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
import { Typography } from '@ohfi/ui';
|
import { Typography } from '@ohif/ui';
|
||||||
```
|
```
|
||||||
|
|
||||||
## Basic usage
|
## Basic usage
|
||||||
|
|||||||
@ -17,7 +17,7 @@ Description...
|
|||||||
## Import
|
## Import
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
import { StudyList } from '@ohfi/ui';
|
import { StudyList } from '@ohif/ui';
|
||||||
```
|
```
|
||||||
|
|
||||||
## StudyList
|
## StudyList
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user