Semi-UI
A modern, comprehensive, flexible design system and UI library. Connect DesignOps & DevOps. Quickly build beautiful React apps. Maintained by Douyin-fe team.
|
11 月之前 | |
---|---|---|
.. | ||
_base | 1 年之前 | |
_cssAnimation | 3 年之前 | |
_portal | 2 年之前 | |
_sortable | 1 年之前 | |
_test_ | 3 年之前 | |
_utils | 1 年之前 | |
anchor | 11 月之前 | |
autoComplete | 11 月之前 | |
avatar | 11 月之前 | |
backtop | 11 月之前 | |
badge | 11 月之前 | |
banner | 11 月之前 | |
breadcrumb | 11 月之前 | |
button | 11 月之前 | |
calendar | 11 月之前 | |
card | 11 月之前 | |
carousel | 11 月之前 | |
cascader | 11 月之前 | |
chat | 1 年之前 | |
checkbox | 11 月之前 | |
codeHighlight | 1 年之前 | |
collapse | 11 月之前 | |
collapsible | 11 月之前 | |
configProvider | 11 月之前 | |
datePicker | 11 月之前 | |
descriptions | 11 月之前 | |
divider | 11 月之前 | |
dropdown | 11 月之前 | |
empty | 11 月之前 | |
form | 11 月之前 | |
grid | 11 月之前 | |
highlight | 11 月之前 | |
iconButton | 1 年之前 | |
icons | 11 月之前 | |
image | 11 月之前 | |
input | 11 月之前 | |
inputNumber | 11 月之前 | |
layout | 11 月之前 | |
list | 11 月之前 | |
locale | 11 月之前 | |
lottie | 1 年之前 | |
markdownRender | 1 年之前 | |
modal | 11 月之前 | |
navigation | 11 月之前 | |
notification | 11 月之前 | |
overflowList | 11 月之前 | |
pagination | 11 月之前 | |
pincode | 1 年之前 | |
popconfirm | 11 月之前 | |
popover | 11 月之前 | |
progress | 11 月之前 | |
radio | 11 月之前 | |
rating | 11 月之前 | |
resizeObserver | 1 年之前 | |
scripts | 1 年之前 | |
scrollList | 11 月之前 | |
select | 11 月之前 | |
sideSheet | 11 月之前 | |
skeleton | 11 月之前 | |
slider | 11 月之前 | |
space | 11 月之前 | |
spin | 11 月之前 | |
steps | 11 月之前 | |
switch | 11 月之前 | |
table | 11 月之前 | |
tabs | 11 月之前 | |
tag | 11 月之前 | |
tagInput | 11 月之前 | |
timePicker | 11 月之前 | |
timeline | 11 月之前 | |
toast | 11 月之前 | |
tooltip | 11 月之前 | |
transfer | 11 月之前 | |
tree | 11 月之前 | |
treeSelect | 11 月之前 | |
trigger | 2 年之前 | |
typography | 11 月之前 | |
upload | 11 月之前 | |
README.md | 1 年之前 | |
getBabelConfig.js | 3 年之前 | |
gulpfile.js | 3 年之前 | |
index.ts | 1 年之前 | |
package.json | 11 月之前 | |
tsconfig.json | 1 年之前 | |
webpack.config.js | 2 年之前 |
A modern, comprehensive, flexible design system and UI library. Connect DesignOps & DevOps. Quickly build beautiful React apps. Maintained by Douyin-fe team.
# 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 has hundreds of editable examples and live preview, welcome to play with those examples.
Semi UI supports all major modern browsers.
|
chrome|
firefox|
safari|
IE/Edge|
Electron|
|--|--|--|--|--|
| latest 2 versions | latest 2 versions | latest 2 versions | Edge | latest 2 versions |
Join User Group on Feishu / Lark
Thanks to Chromatic for providing the visual testing platform that helps us review UI changes and catch visual regressions.
Thanks to Cypress for providing E2E testing.
Thanks to all the people who already contributed!
Read the contributing guide to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to Semi UI.
See CONTRIBUTING documentation.
Semi UI is MIT Licensed