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