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