|
il y a 3 ans | |
---|---|---|
.. | ||
_base | il y a 3 ans | |
_cssAnimation | il y a 3 ans | |
_portal | il y a 3 ans | |
_test_ | il y a 3 ans | |
_utils | il y a 3 ans | |
anchor | il y a 3 ans | |
autoComplete | il y a 3 ans | |
avatar | il y a 3 ans | |
backtop | il y a 3 ans | |
badge | il y a 3 ans | |
banner | il y a 3 ans | |
breadcrumb | il y a 3 ans | |
button | il y a 3 ans | |
calendar | il y a 3 ans | |
card | il y a 3 ans | |
carousel | il y a 3 ans | |
cascader | il y a 3 ans | |
checkbox | il y a 3 ans | |
collapse | il y a 3 ans | |
collapsible | il y a 3 ans | |
configProvider | il y a 3 ans | |
datePicker | il y a 3 ans | |
descriptions | il y a 3 ans | |
divider | il y a 3 ans | |
dropdown | il y a 3 ans | |
empty | il y a 3 ans | |
form | il y a 3 ans | |
grid | il y a 3 ans | |
iconButton | il y a 3 ans | |
icons | il y a 3 ans | |
image | il y a 3 ans | |
input | il y a 3 ans | |
inputNumber | il y a 3 ans | |
layout | il y a 3 ans | |
list | il y a 3 ans | |
locale | il y a 3 ans | |
modal | il y a 3 ans | |
navigation | il y a 3 ans | |
notification | il y a 3 ans | |
overflowList | il y a 3 ans | |
pagination | il y a 3 ans | |
popconfirm | il y a 3 ans | |
popover | il y a 3 ans | |
progress | il y a 3 ans | |
radio | il y a 3 ans | |
rating | il y a 3 ans | |
resizeObserver | il y a 3 ans | |
scripts | il y a 3 ans | |
scrollList | il y a 3 ans | |
select | il y a 3 ans | |
sideSheet | il y a 3 ans | |
skeleton | il y a 3 ans | |
slider | il y a 3 ans | |
space | il y a 3 ans | |
spin | il y a 3 ans | |
steps | il y a 3 ans | |
switch | il y a 3 ans | |
table | il y a 3 ans | |
tabs | il y a 3 ans | |
tag | il y a 3 ans | |
tagInput | il y a 3 ans | |
timePicker | il y a 3 ans | |
timeline | il y a 3 ans | |
toast | il y a 3 ans | |
tooltip | il y a 3 ans | |
transfer | il y a 3 ans | |
tree | il y a 3 ans | |
treeSelect | il y a 3 ans | |
trigger | il y a 3 ans | |
typography | il y a 3 ans | |
upload | il y a 3 ans | |
README.md | il y a 3 ans | |
getBabelConfig.js | il y a 3 ans | |
gulpfile.js | il y a 3 ans | |
index.ts | il y a 3 ans | |
package.json | il y a 3 ans | |
tsconfig.json | il y a 3 ans | |
webpack.config.js | il y a 3 ans |
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.