快速搭建美观的 React 应用。由抖音前端与 UED 团队维护。 https://semi.design/

代强 cd83cd2d84 Merge pull request #1051 from fumidesign/css-animation %!s(int64=3) %!d(string=hai) anos
.codesandbox bf853a8bda feat(icon): add double_chevron_left,double_chevron_right icons #260 (#341) %!s(int64=3) %!d(string=hai) anos
.github 51e7f0c71c test: Combine Test code coverage (#931) %!s(int64=3) %!d(string=hai) anos
.storybook dbcc903fa3 feat: support German, Italian and French (#948) %!s(int64=3) %!d(string=hai) anos
.vscode ffaf43748d fix: tooltip content autoFocus fix complete (#685), close #675 %!s(int64=3) %!d(string=hai) anos
content b9d917a1de docs: update changelog %!s(int64=3) %!d(string=hai) anos
cypress 8235f05eb6 Merge branch 'main' into release %!s(int64=3) %!d(string=hai) anos
packages 93eb42812d feat: animation %!s(int64=3) %!d(string=hai) anos
plugins f76bd5879d feat: init %!s(int64=4) %!d(string=hai) anos
scripts 4522b02dc9 chore: add `design token` changelog type %!s(int64=3) %!d(string=hai) anos
search 708df1978f chore: update search data %!s(int64=3) %!d(string=hai) anos
src dbcc903fa3 feat: support German, Italian and French (#948) %!s(int64=3) %!d(string=hai) anos
static ed6798dead docs: update v2.7.0 changelog %!s(int64=3) %!d(string=hai) anos
test f2b174f54e docs: update umd script usage %!s(int64=3) %!d(string=hai) anos
.commitlintrc.js f76bd5879d feat: init %!s(int64=4) %!d(string=hai) anos
.eslintignore f76bd5879d feat: init %!s(int64=4) %!d(string=hai) anos
.eslintrc.js bcc3f1953a chore: add eslint-plugin-semi-design (#886) %!s(int64=3) %!d(string=hai) anos
.gitattributes 8337c6d90a Update .gitattributes %!s(int64=3) %!d(string=hai) anos
.gitignore 5f0912fe1b docs: fix list example of checkbox selection value (#770) %!s(int64=3) %!d(string=hai) anos
.lighthouserc.js fb91638513 chore(ci): lighthouse (#380) %!s(int64=3) %!d(string=hai) anos
.npmrc 37f53d3a5e chore: update yarn.lock %!s(int64=3) %!d(string=hai) anos
.prettierrc.js f76bd5879d feat: init %!s(int64=4) %!d(string=hai) anos
.stylelintrc.js f76bd5879d feat: init %!s(int64=4) %!d(string=hai) anos
CODE_OF_CONDUCT.md 0e46959d60 Create CODE_OF_CONDUCT.md %!s(int64=4) %!d(string=hai) anos
CONTRIBUTING-en-US.md 110db20637 docs: update CONTRIBUTING.md %!s(int64=3) %!d(string=hai) anos
CONTRIBUTING.md d7e8271733 docs: update CONTRIBUTING.md %!s(int64=3) %!d(string=hai) anos
LICENSE 15deb4dd41 Update LICENSE %!s(int64=4) %!d(string=hai) anos
README-zh_CN.md 3399b3eeb0 docs(readme): remove fixed version in unpkg url %!s(int64=3) %!d(string=hai) anos
README.md 1ca2040a9a chore: change readme badge color %!s(int64=3) %!d(string=hai) anos
babel.config.js f76bd5879d feat: init %!s(int64=4) %!d(string=hai) anos
cypress.json 19d7accbee feat(tooltip): leftTopOver supports autoAdjustOverflow #294 (#551) %!s(int64=3) %!d(string=hai) anos
favicon.ico f76bd5879d feat: init %!s(int64=4) %!d(string=hai) anos
gatsby-browser.js f76bd5879d feat: init %!s(int64=4) %!d(string=hai) anos
gatsby-config.js 598c5b0a71 fix: remove gatsby-remark-unwrap plugin %!s(int64=3) %!d(string=hai) anos
gatsby-node.js 21329c825c chore: add search %!s(int64=3) %!d(string=hai) anos
gatsby-ssr.js f76bd5879d feat: init %!s(int64=4) %!d(string=hai) anos
jest.config.js 591051eb86 test: add istanbul ignore to some file and update jest exclude config %!s(int64=3) %!d(string=hai) anos
lerna.json 236be8e528 v2.15.0 %!s(int64=3) %!d(string=hai) anos
nyc.config.js 591051eb86 test: add istanbul ignore to some file and update jest exclude config %!s(int64=3) %!d(string=hai) anos
package.json b314de9ad5 feat: css transition mifu %!s(int64=3) %!d(string=hai) anos
tsconfig.eslint.json f76bd5879d feat: init %!s(int64=4) %!d(string=hai) anos
tsconfig.json ef2531c8be Fix strict ts (#314) %!s(int64=3) %!d(string=hai) anos
yarn.lock b314de9ad5 feat: css transition mifu %!s(int64=3) %!d(string=hai) anos

README-zh_CN.md

Semi-UI

现代、全面、灵活的设计系统和 UI 库。 快速搭建美观的 React 应用。

[![NPM][npm-badge]][npm-url] [![FIGMA][figma-badge]][figma-url] [![LICENSE][license-badge]][license-url] [![BUILD-JS][build-js-badge]][build-js-url] [![BUILD-CSS][build-css-badge]][build-css-url] [![CODECOV][codecov-badge]][codecov-url] [![Chromatic][chromatic-badge]][chromatic-url] [![Cypress][cypress-badge]][cypress-url]

简体中文 | English

🎉 特性

  • 💪 58+高质量组件
  • 💅 强大的主题定制,多达两千多个 Design Token,深入定制每一处细节
  • 🌍 国际化支持 14 种语言
  • 👏 使用 TypeScript,良好的类型定义
  • 🥳 支持 SSR

🔥 安装

# 使用 npm
npm install @douyinfe/semi-ui

# 使用 yarn
yarn add @douyinfe/semi-ui

👍 使用

这是一个快速开始的例子:

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'));

Semi UI 官网 拥有上千个支持实时调试的例子,欢迎体验使用。

📌 文档

👌 平台支持

Semi UI 支持所有主流浏览器。

|chrome
chrome|firefox
firefox|safari
safari|IE/Edge
IE/Edge|electron
Electron| |--|--|--|--|--| | latest 2 versions | latest 2 versions | latest 2 versions | Edge | latest 2 versions |

👐 贡献指南

阅读贡献指南了解我们的开发流程,包括开发规范、测试规范和构建规范等。

CONTRIBUTING

👨‍👨‍👧‍👦 交流群

有任何问题可以进群交流,我们会及时给予解答和反馈。

加入用户群.

💖 Thanks

Chromatic

感谢 Chromatic 提供可视化测试平台,帮助我们审查 UI 更改和提供视觉回归测试。

Cypress

感谢 Cypress 提供 E2E 测试。

🎈 协议

Semi UI 使用 MIT 协议