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