DaiQiangReal 54db6451f5 Merge branch 'main' into fix/scss_compiler_localSCSS_support 4 年之前
..
_base 3f1e99ae84 docs: add reference of typography utils, add inspired source of form & F/A 4 年之前
_portal f76bd5879d feat: init 4 年之前
_test_ 8399e724a0 chore: more friendly test demo case and use hooks 4 年之前
_utils f76bd5879d feat: init 4 年之前
anchor 0800022284 test(anchor): Update anchor component test (#151) 4 年之前
autoComplete 882f84c228 docs: fix the focused (#117) 4 年之前
avatar 7ebae5541a fix: fix avatarCls spelling error (#68) 4 年之前
backtop f76bd5879d feat: init 4 年之前
badge f76bd5879d feat: init 4 年之前
banner f76bd5879d feat: init 4 年之前
breadcrumb f76bd5879d feat: init 4 年之前
button f76bd5879d feat: init 4 年之前
calendar f76bd5879d feat: init 4 年之前
card f76bd5879d feat: init 4 年之前
cascader f76bd5879d feat: init 4 年之前
checkbox 362f771a5d chore: more friendly test demo case and use hooks 4 年之前
collapse f76bd5879d feat: init 4 年之前
collapsible 76be18db4f Release (#104) 4 年之前
configProvider 45cd773720 Docs update demo (#53) 4 年之前
datePicker 9a16b9026a fix(datepicker): type=month can not select some date in US timeZone (#173) 4 年之前
descriptions f76bd5879d feat: init 4 年之前
dropdown f76bd5879d feat: init 4 年之前
empty f76bd5879d feat: init 4 年之前
form 949261006d Merge pull request #80 from DouyinFE/docs-addRef 4 年之前
grid ad3850dd1d docs: update license and add reference of some code from external librarys 4 年之前
iconButton f76bd5879d feat: init 4 年之前
icons f76bd5879d feat: init 4 年之前
input 11c07500e6 fix(textarea): TextAreaProps ts definition bug (#149) 4 年之前
inputNumber f76bd5879d feat: init 4 年之前
layout 45cd773720 Docs update demo (#53) 4 年之前
list c667531e3b fix(list): List ts definition bug (#156) 4 年之前
locale 45cd773720 Docs update demo (#53) 4 年之前
modal 6b296f9b11 fix: modal globalThis judge && collapsible demo fix 4 年之前
motions f76bd5879d feat: init 4 年之前
navigation 8f9675a1cb fix: fix nav item ts, asked by shijia 4 年之前
notification f76bd5879d feat: init 4 年之前
overflowList f76bd5879d feat: init 4 年之前
pagination f76bd5879d feat: init 4 年之前
popconfirm f76bd5879d feat: init 4 年之前
popover 45cd773720 Docs update demo (#53) 4 年之前
progress 76be18db4f Release (#104) 4 年之前
radio 45cd773720 Docs update demo (#53) 4 年之前
rating f76bd5879d feat: init 4 年之前
resizeObserver f76bd5879d feat: init 4 年之前
scripts 50e4473302 feat: rewrite scss-compiler 4 年之前
scrollList f76bd5879d feat: init 4 年之前
select b97cd842eb fix(select): renderSelectedItems ts bug (#160) 4 年之前
sideSheet f76bd5879d feat: init 4 年之前
skeleton f76bd5879d feat: init 4 年之前
slider f76bd5879d feat: init 4 年之前
space f76bd5879d feat: init 4 年之前
spin f76bd5879d feat: init 4 年之前
steps f76bd5879d feat: init 4 年之前
switch f76bd5879d feat: init 4 年之前
table 4e61800731 docs(table): update drag sorting demo (#191) 4 年之前
tabs f76bd5879d feat: init 4 年之前
tag 45cd773720 Docs update demo (#53) 4 年之前
tagInput 45cd773720 Docs update demo (#53) 4 年之前
timePicker f76bd5879d feat: init 4 年之前
timeline f76bd5879d feat: init 4 年之前
toast 3b9c50335f fix(toast): update TypeScript definition 4 年之前
tooltip 45cd773720 Docs update demo (#53) 4 年之前
transfer d68c792e78 fix(transfer): treeList search not effect #163 (#190) 4 年之前
tree ee235dccab chore: [Tree] modify the treedata of draggable Tree demo 4 年之前
treeSelect 76be18db4f Release (#104) 4 年之前
trigger f76bd5879d feat: init 4 年之前
typography 3f1e99ae84 docs: add reference of typography utils, add inspired source of form & F/A 4 年之前
upload 45cd773720 Docs update demo (#53) 4 年之前
README.md a4987659f2 docs: udpate spell error in README.md of semi-ui (#93) 4 年之前
babel.config.js f76bd5879d feat: init 4 年之前
gulpfile.js f76bd5879d feat: init 4 年之前
index.ts f76bd5879d feat: init 4 年之前
package.json dca5a3fc32 v2.0.2 4 年之前
tsconfig.json f76bd5879d feat: init 4 年之前
webpack.config.js f76bd5879d feat: init 4 年之前

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