zhangyumei.0319 fd127e225a v2.36.1-alpha.0 2 yıl önce
..
scripts 02bf32b645 fix: change illustration build, fix shaking issue (#975) 3 yıl önce
src 30fd999407 fix: Fix the problem that the same id in multiple svgs causes incorrect display (#1337) 2 yıl önce
README.md 7efbe8f4cd chore(readme): adjust readme (#246) 4 yıl önce
gulpfile.js 02bf32b645 fix: change illustration build, fix shaking issue (#975) 3 yıl önce
package.json fd127e225a v2.36.1-alpha.0 2 yıl önce
tsconfig.json f76bd5879d feat: init 4 yıl önce
webpack.config.js 3ebafde706 chore: use webpack5 2 yıl önce

README.md

 📣 Introduce

Semantic Illustrations design by Semi Team

 🚀 Getting Start

install deps

npm install @douyinfe/semi-illustrations

as a react component

import { IllustrationIdle } from '@douyinfe/semi-illustrations';

ReactDOM.render(<IllustrationIdle />, root);

as empty content

import { Empty } from '@douyinfe/semi-ui';

ReactDOM.render(<Empty image={<IllustrationIdle />}></Empty>, root);