semi-bot 236be8e528 v2.15.0 3 ani în urmă
..
scripts efbe7db941 support icon and illustrations umd file#215 (#322) 3 ani în urmă
src 8435cfaa42 fix: illustrations shaking fail, #961 (#963) 3 ani în urmă
README.md 7efbe8f4cd chore(readme): adjust readme (#246) 3 ani în urmă
getBabelConfig.js 626c4b9f9e Feat/support next (#245) 3 ani în urmă
gulpfile.js 626c4b9f9e Feat/support next (#245) 3 ani în urmă
package.json 236be8e528 v2.15.0 3 ani în urmă
tsconfig.json f76bd5879d feat: init 4 ani în urmă
webpack.config.js 626c4b9f9e Feat/support next (#245) 3 ani în urmă

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);