tank0317 587502ac3c fix: [progress] render error when size change 4 yıl önce
..
_base 3f1e99ae84 docs: add reference of typography utils, add inspired source of form & F/A 4 yıl önce
_portal f76bd5879d feat: init 4 yıl önce
_test_ f76bd5879d feat: init 4 yıl önce
_utils f76bd5879d feat: init 4 yıl önce
anchor f76bd5879d feat: init 4 yıl önce
autoComplete 45cd773720 Docs update demo (#53) 4 yıl önce
avatar f76bd5879d feat: init 4 yıl önce
backtop f76bd5879d feat: init 4 yıl önce
badge f76bd5879d feat: init 4 yıl önce
banner f76bd5879d feat: init 4 yıl önce
breadcrumb f76bd5879d feat: init 4 yıl önce
button f76bd5879d feat: init 4 yıl önce
calendar f76bd5879d feat: init 4 yıl önce
card f76bd5879d feat: init 4 yıl önce
cascader f76bd5879d feat: init 4 yıl önce
checkbox 45cd773720 Docs update demo (#53) 4 yıl önce
collapse f76bd5879d feat: init 4 yıl önce
collapsible 45cd773720 Docs update demo (#53) 4 yıl önce
configProvider 45cd773720 Docs update demo (#53) 4 yıl önce
datePicker f76bd5879d feat: init 4 yıl önce
descriptions f76bd5879d feat: init 4 yıl önce
dropdown f76bd5879d feat: init 4 yıl önce
empty f76bd5879d feat: init 4 yıl önce
form 949261006d Merge pull request #80 from DouyinFE/docs-addRef 4 yıl önce
grid ad3850dd1d docs: update license and add reference of some code from external librarys 4 yıl önce
iconButton f76bd5879d feat: init 4 yıl önce
icons f76bd5879d feat: init 4 yıl önce
input f76bd5879d feat: init 4 yıl önce
inputNumber f76bd5879d feat: init 4 yıl önce
layout 45cd773720 Docs update demo (#53) 4 yıl önce
list f76bd5879d feat: init 4 yıl önce
locale 45cd773720 Docs update demo (#53) 4 yıl önce
modal f76bd5879d feat: init 4 yıl önce
motions f76bd5879d feat: init 4 yıl önce
navigation ebd248f368 fix: [Navigation] typescript SubNavWithItems and NavItemPropsWithItems bug #35 (#83) 4 yıl önce
notification f76bd5879d feat: init 4 yıl önce
overflowList f76bd5879d feat: init 4 yıl önce
pagination f76bd5879d feat: init 4 yıl önce
popconfirm f76bd5879d feat: init 4 yıl önce
popover 45cd773720 Docs update demo (#53) 4 yıl önce
progress 587502ac3c fix: [progress] render error when size change 4 yıl önce
radio 45cd773720 Docs update demo (#53) 4 yıl önce
rating f76bd5879d feat: init 4 yıl önce
resizeObserver f76bd5879d feat: init 4 yıl önce
scripts f76bd5879d feat: init 4 yıl önce
scrollList f76bd5879d feat: init 4 yıl önce
select 45cd773720 Docs update demo (#53) 4 yıl önce
sideSheet f76bd5879d feat: init 4 yıl önce
skeleton f76bd5879d feat: init 4 yıl önce
slider f76bd5879d feat: init 4 yıl önce
space f76bd5879d feat: init 4 yıl önce
spin f76bd5879d feat: init 4 yıl önce
steps f76bd5879d feat: init 4 yıl önce
switch f76bd5879d feat: init 4 yıl önce
table e025fb518f chore: adjust comments 4 yıl önce
tabs f76bd5879d feat: init 4 yıl önce
tag 45cd773720 Docs update demo (#53) 4 yıl önce
tagInput 45cd773720 Docs update demo (#53) 4 yıl önce
timePicker f76bd5879d feat: init 4 yıl önce
timeline f76bd5879d feat: init 4 yıl önce
toast f76bd5879d feat: init 4 yıl önce
tooltip 45cd773720 Docs update demo (#53) 4 yıl önce
transfer 45cd773720 Docs update demo (#53) 4 yıl önce
tree ad3850dd1d docs: update license and add reference of some code from external librarys 4 yıl önce
treeSelect 45cd773720 Docs update demo (#53) 4 yıl önce
trigger f76bd5879d feat: init 4 yıl önce
typography 3f1e99ae84 docs: add reference of typography utils, add inspired source of form & F/A 4 yıl önce
upload 45cd773720 Docs update demo (#53) 4 yıl önce
README.md a4987659f2 docs: udpate spell error in README.md of semi-ui (#93) 4 yıl önce
babel.config.js f76bd5879d feat: init 4 yıl önce
gulpfile.js f76bd5879d feat: init 4 yıl önce
index.ts f76bd5879d feat: init 4 yıl önce
package.json f76bd5879d feat: init 4 yıl önce
tsconfig.json f76bd5879d feat: init 4 yıl önce
webpack.config.js f76bd5879d feat: init 4 yıl önce

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