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

pointhalo ec2090b5dd v2.19.1-alpha.2 3 年之前
.codesandbox bf853a8bda feat(icon): add double_chevron_left,double_chevron_right icons #260 (#341) 3 年之前
.github 4903f85ab6 chore:change codeball config 3 年之前
.storybook dbcc903fa3 feat: support German, Italian and French (#948) 3 年之前
.vscode 476662be61 chore:gitignore 3 年之前
content a341d7acc8 docs: improve select F&Q (#1099) 3 年之前
cypress d7def85006 test: fix calendar e2e test error of click 3 年之前
packages ec2090b5dd v2.19.1-alpha.2 3 年之前
plugins f76bd5879d feat: init 4 年之前
scripts 0c7e33d2e7 fix: design token error bounding 3 年之前
search 708df1978f chore: update search data 3 年之前
src 4e7b5d4109 docs: change complex api type show (#1089) 3 年之前
static ed6798dead docs: update v2.7.0 changelog 3 年之前
test f2b174f54e docs: update umd script usage 3 年之前
.commitlintrc.js f76bd5879d feat: init 4 年之前
.eslintignore f76bd5879d feat: init 4 年之前
.eslintrc.js 86f85a8f91 feat(a11y): slider add focus & keyboard event #205 (#960) 3 年之前
.gitattributes 8337c6d90a Update .gitattributes 3 年之前
.gitignore 476662be61 chore:gitignore 3 年之前
.lighthouserc.js fb91638513 chore(ci): lighthouse (#380) 3 年之前
.npmrc 37f53d3a5e chore: update yarn.lock 3 年之前
.prettierrc.js f76bd5879d feat: init 4 年之前
.stylelintrc.js f76bd5879d feat: init 4 年之前
CODE_OF_CONDUCT.md 0e46959d60 Create CODE_OF_CONDUCT.md 4 年之前
CONTRIBUTING-en-US.md 110db20637 docs: update CONTRIBUTING.md 3 年之前
CONTRIBUTING.md d7e8271733 docs: update CONTRIBUTING.md 3 年之前
LICENSE 15deb4dd41 Update LICENSE 4 年之前
README-zh_CN.md 3399b3eeb0 docs(readme): remove fixed version in unpkg url 3 年之前
README.md 1ca2040a9a chore: change readme badge color 3 年之前
babel.config.js f76bd5879d feat: init 4 年之前
cypress.json 19d7accbee feat(tooltip): leftTopOver supports autoAdjustOverflow #294 (#551) 3 年之前
favicon.ico f76bd5879d feat: init 4 年之前
gatsby-browser.js f76bd5879d feat: init 4 年之前
gatsby-config.js 598c5b0a71 fix: remove gatsby-remark-unwrap plugin 3 年之前
gatsby-node.js 21329c825c chore: add search 3 年之前
gatsby-ssr.js f76bd5879d feat: init 4 年之前
jest.config.js 591051eb86 test: add istanbul ignore to some file and update jest exclude config 3 年之前
lerna.json ec2090b5dd v2.19.1-alpha.2 3 年之前
nyc.config.js 591051eb86 test: add istanbul ignore to some file and update jest exclude config 3 年之前
package.json 7ae6cf6585 feat: 20+ component add animation css token (#924) 3 年之前
tsconfig.eslint.json f76bd5879d feat: init 4 年之前
tsconfig.json ef2531c8be Fix strict ts (#314) 3 年之前
yarn.lock 835d6a31d1 chore:lock 3 年之前

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 协议