semi-bot 9d7513d744 v2.22.2 3 년 전
..
_base 2b2a8fbe42 chore: fix merge conflict 3 년 전
_cssAnimation 73401f34e4 fix: fix tooltip animation in react18 #1225 (#1227) 3 년 전
_portal bd83d1f9cd chore: format code 3 년 전
_test_ d4c3d4b522 chore: use eslint to format code (#1162) 3 년 전
_utils bd83d1f9cd chore: format code 3 년 전
anchor bd83d1f9cd chore: format code 3 년 전
autoComplete 2b2a8fbe42 chore: fix merge conflict 3 년 전
avatar bd83d1f9cd chore: format code 3 년 전
backtop bd83d1f9cd chore: format code 3 년 전
badge bd83d1f9cd chore: format code 3 년 전
banner bd83d1f9cd chore: format code 3 년 전
breadcrumb bd83d1f9cd chore: format code 3 년 전
button bd83d1f9cd chore: format code 3 년 전
calendar bd83d1f9cd chore: format code 3 년 전
card bd83d1f9cd chore: format code 3 년 전
carousel bd83d1f9cd chore: format code 3 년 전
cascader eadc7a15f9 Feat: [TreeSelect] adds showRestTagsPopover and restTagsPopoverProps parameters (#1210) 3 년 전
checkbox 2b2a8fbe42 chore: fix merge conflict 3 년 전
collapse e0c21e6182 fix: js2css fix 3 년 전
collapsible bfd4202875 fix: collapsible onMotionEnd exec fallback 3 년 전
configProvider bd83d1f9cd chore: format code 3 년 전
datePicker 557fd13490 Merge branch 'release' into js2css 3 년 전
descriptions bd83d1f9cd chore: format code 3 년 전
divider bd83d1f9cd chore: format code 3 년 전
dropdown ac312496a5 Merge branch 'release' into js2css_fix 3 년 전
empty bd83d1f9cd chore: format code 3 년 전
form 08776929ba Merge branch 'release' into js2css 3 년 전
grid bd83d1f9cd chore: format code 3 년 전
iconButton bd83d1f9cd chore: format code 3 년 전
icons d7ce8db958 test: update storybook filename (#1161) 3 년 전
image 2b2a8fbe42 chore: fix merge conflict 3 년 전
input 2b2a8fbe42 chore: fix merge conflict 3 년 전
inputNumber 2b2a8fbe42 chore: fix merge conflict 3 년 전
layout bd83d1f9cd chore: format code 3 년 전
list bd83d1f9cd chore: format code 3 년 전
locale bd83d1f9cd chore: format code 3 년 전
modal 670a07e99c fix: fix modal afterClose exec time 3 년 전
navigation 674180b2af fix: fix subNav icon direction 3 년 전
notification bd83d1f9cd chore: format code 3 년 전
overflowList bd83d1f9cd chore: format code 3 년 전
pagination bd83d1f9cd chore: format code 3 년 전
popconfirm e0c21e6182 fix: js2css fix 3 년 전
popover e0c21e6182 fix: js2css fix 3 년 전
progress bd83d1f9cd chore: format code 3 년 전
radio bd83d1f9cd chore: format code 3 년 전
rating bd83d1f9cd chore: format code 3 년 전
resizeObserver bd83d1f9cd chore: format code 3 년 전
scripts 626c4b9f9e Feat/support next (#245) 3 년 전
scrollList 557fd13490 Merge branch 'release' into js2css 3 년 전
select 24b5eb4437 fix: [Select] Fix the problem that restTagsPopoverProps in select is not set as an optional parameter, causing ts to report an error 3 년 전
sideSheet 4afd530436 fix: fix sidesheet mask style loss 3 년 전
skeleton bd83d1f9cd chore: format code 3 년 전
slider 2b2a8fbe42 chore: fix merge conflict 3 년 전
space bd83d1f9cd chore: format code 3 년 전
spin bd83d1f9cd chore: format code 3 년 전
steps bd83d1f9cd chore: format code 3 년 전
switch bd83d1f9cd chore: format code 3 년 전
table 2b2a8fbe42 chore: fix merge conflict 3 년 전
tabs e0c21e6182 fix: js2css fix 3 년 전
tag ac9385e4ce Feat: [Select] Added showRestTagsPopover and restTagsPopoverProps to support displaying redundant tags through popover (#1212) 3 년 전
tagInput bd83d1f9cd chore: format code 3 년 전
timePicker ac312496a5 Merge branch 'release' into js2css_fix 3 년 전
timeline bd83d1f9cd chore: format code 3 년 전
toast e0c21e6182 fix: js2css fix 3 년 전
tooltip 73401f34e4 fix: fix tooltip animation in react18 #1225 (#1227) 3 년 전
transfer bd83d1f9cd chore: format code 3 년 전
tree 205edcae78 fix: [Tree] Module change in NodeList that completes animation 3 년 전
treeSelect f8a4d7ed85 Merge pull request #1215 from DouyinFE/js2css_fix 3 년 전
trigger bd83d1f9cd chore: format code 3 년 전
typography a202743535 Merge branch 'release' into main 3 년 전
upload bd83d1f9cd chore: format code 3 년 전
README.md d4c3d4b522 chore: use eslint to format code (#1162) 3 년 전
getBabelConfig.js 496f3db0f7 chore: remove corejs 3 년 전
gulpfile.js 9c3a607100 chore: auto format code 3 년 전
index.ts fff957d12e feat: add export LocaleConsumer (#1196) 3 년 전
package.json 9d7513d744 v2.22.2 3 년 전
tsconfig.json 2f70e0bbc2 fix: ts check error of upload/witFied/fields in strict mode 3 년 전
webpack.config.js 9c3a607100 chore: auto format code 3 년 전

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