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

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