|
4 년 전 | |
---|---|---|
.. | ||
_base | 4 년 전 | |
_portal | 4 년 전 | |
_test_ | 4 년 전 | |
_utils | 4 년 전 | |
anchor | 4 년 전 | |
autoComplete | 4 년 전 | |
avatar | 4 년 전 | |
backtop | 4 년 전 | |
badge | 4 년 전 | |
banner | 4 년 전 | |
breadcrumb | 4 년 전 | |
button | 4 년 전 | |
calendar | 4 년 전 | |
card | 4 년 전 | |
cascader | 4 년 전 | |
checkbox | 4 년 전 | |
collapse | 4 년 전 | |
collapsible | 4 년 전 | |
configProvider | 4 년 전 | |
datePicker | 4 년 전 | |
descriptions | 4 년 전 | |
dropdown | 4 년 전 | |
empty | 4 년 전 | |
form | 4 년 전 | |
grid | 4 년 전 | |
iconButton | 4 년 전 | |
icons | 4 년 전 | |
input | 4 년 전 | |
inputNumber | 4 년 전 | |
layout | 4 년 전 | |
list | 4 년 전 | |
locale | 4 년 전 | |
modal | 4 년 전 | |
motions | 4 년 전 | |
navigation | 4 년 전 | |
notification | 4 년 전 | |
overflowList | 4 년 전 | |
pagination | 4 년 전 | |
popconfirm | 4 년 전 | |
popover | 4 년 전 | |
progress | 4 년 전 | |
radio | 4 년 전 | |
rating | 4 년 전 | |
resizeObserver | 4 년 전 | |
scripts | 4 년 전 | |
scrollList | 4 년 전 | |
select | 4 년 전 | |
sideSheet | 4 년 전 | |
skeleton | 4 년 전 | |
slider | 4 년 전 | |
space | 4 년 전 | |
spin | 4 년 전 | |
steps | 4 년 전 | |
switch | 4 년 전 | |
table | 4 년 전 | |
tabs | 4 년 전 | |
tag | 4 년 전 | |
tagInput | 4 년 전 | |
timePicker | 4 년 전 | |
timeline | 4 년 전 | |
toast | 4 년 전 | |
tooltip | 4 년 전 | |
transfer | 4 년 전 | |
tree | 4 년 전 | |
treeSelect | 4 년 전 | |
trigger | 4 년 전 | |
typography | 4 년 전 | |
upload | 4 년 전 | |
README.md | 4 년 전 | |
babel.config.js | 4 년 전 | |
gulpfile.js | 4 년 전 | |
index.ts | 4 년 전 | |
package.json | 4 년 전 | |
tsconfig.json | 4 년 전 | |
webpack.config.js | 4 년 전 |
React component library based on
@douyinfe/semi-foundation
Install
# 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.