@douyinfe/semi-illustrations
Version:
semi illustrations
31 lines (17 loc) • 461 B
Markdown
## 📣 Introduce
Semantic Illustrations design by Semi Team
## 🚀 Getting Start
### install deps
```shell
npm install @douyinfe/semi-illustrations
```
### as a react component
```tsx
import { IllustrationIdle } from '@douyinfe/semi-illustrations';
ReactDOM.render(<IllustrationIdle />, root);
```
### as empty content
```tsx
import { Empty } from '@douyinfe/semi-ui';
ReactDOM.render(<Empty image={<IllustrationIdle />}></Empty>, root);
```