|
|
il y a 4 ans | |
|---|---|---|
| .. | ||
| _base | il y a 4 ans | |
| _portal | il y a 4 ans | |
| _test_ | il y a 4 ans | |
| _utils | il y a 4 ans | |
| anchor | il y a 4 ans | |
| autoComplete | il y a 4 ans | |
| avatar | il y a 4 ans | |
| backtop | il y a 4 ans | |
| badge | il y a 4 ans | |
| banner | il y a 4 ans | |
| breadcrumb | il y a 4 ans | |
| button | il y a 4 ans | |
| calendar | il y a 4 ans | |
| card | il y a 4 ans | |
| cascader | il y a 4 ans | |
| checkbox | il y a 4 ans | |
| collapse | il y a 4 ans | |
| collapsible | il y a 4 ans | |
| configProvider | il y a 4 ans | |
| datePicker | il y a 4 ans | |
| descriptions | il y a 4 ans | |
| dropdown | il y a 4 ans | |
| empty | il y a 4 ans | |
| form | il y a 4 ans | |
| grid | il y a 4 ans | |
| iconButton | il y a 4 ans | |
| icons | il y a 4 ans | |
| input | il y a 4 ans | |
| inputNumber | il y a 4 ans | |
| layout | il y a 4 ans | |
| list | il y a 4 ans | |
| locale | il y a 4 ans | |
| modal | il y a 4 ans | |
| motions | il y a 4 ans | |
| navigation | il y a 4 ans | |
| notification | il y a 4 ans | |
| overflowList | il y a 4 ans | |
| pagination | il y a 4 ans | |
| popconfirm | il y a 4 ans | |
| popover | il y a 4 ans | |
| progress | il y a 4 ans | |
| radio | il y a 4 ans | |
| rating | il y a 4 ans | |
| resizeObserver | il y a 4 ans | |
| scripts | il y a 4 ans | |
| scrollList | il y a 4 ans | |
| select | il y a 4 ans | |
| sideSheet | il y a 4 ans | |
| skeleton | il y a 4 ans | |
| slider | il y a 4 ans | |
| space | il y a 4 ans | |
| spin | il y a 4 ans | |
| steps | il y a 4 ans | |
| switch | il y a 4 ans | |
| table | il y a 4 ans | |
| tabs | il y a 4 ans | |
| tag | il y a 4 ans | |
| tagInput | il y a 4 ans | |
| timePicker | il y a 4 ans | |
| timeline | il y a 4 ans | |
| toast | il y a 4 ans | |
| tooltip | il y a 4 ans | |
| transfer | il y a 4 ans | |
| tree | il y a 4 ans | |
| treeSelect | il y a 4 ans | |
| trigger | il y a 4 ans | |
| typography | il y a 4 ans | |
| upload | il y a 4 ans | |
| README.md | il y a 4 ans | |
| babel.config.js | il y a 4 ans | |
| gulpfile.js | il y a 4 ans | |
| index.ts | il y a 4 ans | |
| package.json | il y a 4 ans | |
| tsconfig.json | il y a 4 ans | |
| webpack.config.js | il y a 4 ans | |
React component library based on
@douyinfe/semi-foundationInstall
# with npm npm install @douyinfe/semi-ui # with yarn yarn add @douyinfe/semi-ui
Here is a quick example to get you started, it's all you need:
import React from 'react';
import ReactDOM from 'react-dom';
import { Button, Switch } from '@douyinfe/semi-ui';
const App = () => (
<>
<Button type="primary">primary button</Button>
<Switch size='large' />
</>
);
ReactDOM.render(<App />, document.querySelector('#app'));
And Semi UI Doc Site have hundreds editable examples and live preview, welcome play with those examples.
More to see Semi Design Site.