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
|
||||
|
||||
```javascript
|
||||
import { Button } from '@ohfi/ui';
|
||||
import { Button } from '@ohif/ui';
|
||||
```
|
||||
|
||||
## Outlined Buttons
|
||||
@ -334,7 +334,7 @@ import { Button } from '@ohfi/ui';
|
||||
Icon buttons are generally used in toolbars.
|
||||
|
||||
```javascript
|
||||
import { IconButton } from '@ohfi/ui';
|
||||
import { IconButton } from '@ohif/ui';
|
||||
```
|
||||
|
||||
<Playground>
|
||||
|
||||
@ -17,7 +17,7 @@ Group Button display buttons together sharing its configurations
|
||||
## Import
|
||||
|
||||
```javascript
|
||||
import { ButtonGroup } from '@ohfi/ui';
|
||||
import { ButtonGroup } from '@ohif/ui';
|
||||
```
|
||||
|
||||
## Basic button group
|
||||
|
||||
@ -15,7 +15,7 @@ Date Range is used to select a range of dates.
|
||||
## Import
|
||||
|
||||
```javascript
|
||||
import { DateRange } from '@ohfi/ui';
|
||||
import { DateRange } from '@ohif/ui';
|
||||
```
|
||||
|
||||
## Date Range
|
||||
|
||||
@ -13,7 +13,7 @@ import { ICONS } from './getIcon';
|
||||
## Import
|
||||
|
||||
```javascript
|
||||
import { Icon } from '@ohfi/ui';
|
||||
import { Icon } from '@ohif/ui';
|
||||
```
|
||||
|
||||
## Basic usage
|
||||
|
||||
@ -12,7 +12,7 @@ import Input from './';
|
||||
## Import
|
||||
|
||||
```javascript
|
||||
import { Input } from '@ohfi/ui';
|
||||
import { Input } from '@ohif/ui';
|
||||
```
|
||||
|
||||
## Basic usage
|
||||
|
||||
@ -12,7 +12,7 @@ import Label from './';
|
||||
## Import
|
||||
|
||||
```javascript
|
||||
import { Label } from '@ohfi/ui';
|
||||
import { Label } from '@ohif/ui';
|
||||
```
|
||||
|
||||
## Basic usage
|
||||
|
||||
@ -12,7 +12,7 @@ import Select from './';
|
||||
## Import
|
||||
|
||||
```javascript
|
||||
import { Select } from '@ohfi/ui';
|
||||
import { Select } from '@ohif/ui';
|
||||
```
|
||||
|
||||
## Basic usage
|
||||
|
||||
@ -15,7 +15,7 @@ content.
|
||||
## Import
|
||||
|
||||
```javascript
|
||||
import { Typography } from '@ohfi/ui';
|
||||
import { Typography } from '@ohif/ui';
|
||||
```
|
||||
|
||||
## Basic usage
|
||||
|
||||
@ -17,7 +17,7 @@ Description...
|
||||
## Import
|
||||
|
||||
```javascript
|
||||
import { StudyList } from '@ohfi/ui';
|
||||
import { StudyList } from '@ohif/ui';
|
||||
```
|
||||
|
||||
## StudyList
|
||||
|
||||
Loading…
Reference in New Issue
Block a user