point.halo d04404e836 v2.90.1-alpha.3 преди 3 седмици
..
scripts b1175c59a9 chore: illustrations path precision setting 2 (#2602) преди 1 година
src b1175c59a9 chore: illustrations path precision setting 2 (#2602) преди 1 година
README.md 7efbe8f4cd chore(readme): adjust readme (#246) преди 4 години
gulpfile.js 02bf32b645 fix: change illustration build, fix shaking issue (#975) преди 3 години
package.json d04404e836 v2.90.1-alpha.3 преди 3 седмици
tsconfig.json f76bd5879d feat: init преди 4 години
webpack.config.js 9b82b7e001 chore: eslint fix преди 2 години

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