chenyuling ee235dccab chore: [Tree] modify the treedata of draggable Tree demo il y a 4 ans
..
_base 3f1e99ae84 docs: add reference of typography utils, add inspired source of form & F/A il y a 4 ans
_portal f76bd5879d feat: init il y a 4 ans
_test_ 8399e724a0 chore: more friendly test demo case and use hooks il y a 4 ans
_utils f76bd5879d feat: init il y a 4 ans
anchor f76bd5879d feat: init il y a 4 ans
autoComplete 45cd773720 Docs update demo (#53) il y a 4 ans
avatar 7ebae5541a fix: fix avatarCls spelling error (#68) il y a 4 ans
backtop f76bd5879d feat: init il y a 4 ans
badge f76bd5879d feat: init il y a 4 ans
banner f76bd5879d feat: init il y a 4 ans
breadcrumb f76bd5879d feat: init il y a 4 ans
button f76bd5879d feat: init il y a 4 ans
calendar f76bd5879d feat: init il y a 4 ans
card f76bd5879d feat: init il y a 4 ans
cascader f76bd5879d feat: init il y a 4 ans
checkbox 362f771a5d chore: more friendly test demo case and use hooks il y a 4 ans
collapse f76bd5879d feat: init il y a 4 ans
collapsible 45cd773720 Docs update demo (#53) il y a 4 ans
configProvider 45cd773720 Docs update demo (#53) il y a 4 ans
datePicker f76bd5879d feat: init il y a 4 ans
descriptions f76bd5879d feat: init il y a 4 ans
dropdown f76bd5879d feat: init il y a 4 ans
empty f76bd5879d feat: init il y a 4 ans
form 949261006d Merge pull request #80 from DouyinFE/docs-addRef il y a 4 ans
grid ad3850dd1d docs: update license and add reference of some code from external librarys il y a 4 ans
iconButton f76bd5879d feat: init il y a 4 ans
icons f76bd5879d feat: init il y a 4 ans
input f76bd5879d feat: init il y a 4 ans
inputNumber f76bd5879d feat: init il y a 4 ans
layout 45cd773720 Docs update demo (#53) il y a 4 ans
list b73e792f42 chore: test case add react-dnd refer il y a 4 ans
locale 45cd773720 Docs update demo (#53) il y a 4 ans
modal 01a8894177 fix: render issue of Modal (#58) il y a 4 ans
motions f76bd5879d feat: init il y a 4 ans
navigation ebd248f368 fix: [Navigation] typescript SubNavWithItems and NavItemPropsWithItems bug #35 (#83) il y a 4 ans
notification f76bd5879d feat: init il y a 4 ans
overflowList f76bd5879d feat: init il y a 4 ans
pagination f76bd5879d feat: init il y a 4 ans
popconfirm f76bd5879d feat: init il y a 4 ans
popover 45cd773720 Docs update demo (#53) il y a 4 ans
progress f76bd5879d feat: init il y a 4 ans
radio 45cd773720 Docs update demo (#53) il y a 4 ans
rating f76bd5879d feat: init il y a 4 ans
resizeObserver f76bd5879d feat: init il y a 4 ans
scripts f76bd5879d feat: init il y a 4 ans
scrollList f76bd5879d feat: init il y a 4 ans
select 45cd773720 Docs update demo (#53) il y a 4 ans
sideSheet f76bd5879d feat: init il y a 4 ans
skeleton f76bd5879d feat: init il y a 4 ans
slider f76bd5879d feat: init il y a 4 ans
space f76bd5879d feat: init il y a 4 ans
spin f76bd5879d feat: init il y a 4 ans
steps f76bd5879d feat: init il y a 4 ans
switch f76bd5879d feat: init il y a 4 ans
table 8399e724a0 chore: more friendly test demo case and use hooks il y a 4 ans
tabs f76bd5879d feat: init il y a 4 ans
tag 45cd773720 Docs update demo (#53) il y a 4 ans
tagInput 45cd773720 Docs update demo (#53) il y a 4 ans
timePicker f76bd5879d feat: init il y a 4 ans
timeline f76bd5879d feat: init il y a 4 ans
toast f76bd5879d feat: init il y a 4 ans
tooltip 45cd773720 Docs update demo (#53) il y a 4 ans
transfer 45cd773720 Docs update demo (#53) il y a 4 ans
tree ee235dccab chore: [Tree] modify the treedata of draggable Tree demo il y a 4 ans
treeSelect 45cd773720 Docs update demo (#53) il y a 4 ans
trigger f76bd5879d feat: init il y a 4 ans
typography 3f1e99ae84 docs: add reference of typography utils, add inspired source of form & F/A il y a 4 ans
upload 45cd773720 Docs update demo (#53) il y a 4 ans
README.md a4987659f2 docs: udpate spell error in README.md of semi-ui (#93) il y a 4 ans
babel.config.js f76bd5879d feat: init il y a 4 ans
gulpfile.js f76bd5879d feat: init il y a 4 ans
index.ts f76bd5879d feat: init il y a 4 ans
package.json f76bd5879d feat: init il y a 4 ans
tsconfig.json f76bd5879d feat: init il y a 4 ans
webpack.config.js f76bd5879d feat: init il y a 4 ans

README.md

React component library based on @douyinfe/semi-foundation

Install

# with npm
npm install @douyinfe/semi-ui

# with yarn
yarn add @douyinfe/semi-ui

Usage

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.

Documentation

More to see Semi Design Site.

License

MIT