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

DaiQiangReal ebce7534ef feat: change some scss variables with css variables hace 3 años
.codesandbox bf853a8bda feat(icon): add double_chevron_left,double_chevron_right icons #260 (#341) hace 3 años
.github 01d3a230f9 chore(ci): fix fork repository missing project token (#539) hace 3 años
.storybook b21cc71a12 chore: update storybook scripts to prevent using build package when developing hace 3 años
.vscode f76bd5879d feat: init hace 4 años
content 1ff3ec7fdf docs: update changelog v2.4.1 hace 3 años
cypress 15cc2cb002 fix(table): page back to one when columns change #381 (#523) hace 3 años
packages ebce7534ef feat: change some scss variables with css variables hace 3 años
plugins f76bd5879d feat: init hace 4 años
scripts ef2531c8be Fix strict ts (#314) hace 3 años
search d59d36cb7c docs: update semantization (#121) hace 4 años
src f2f277642b fix: docsite abchor media limit hace 3 años
static ce4610bbb1 fix: try cdn hace 3 años
test f2b174f54e docs: update umd script usage hace 3 años
.commitlintrc.js f76bd5879d feat: init hace 4 años
.eslintignore f76bd5879d feat: init hace 4 años
.eslintrc.js 55ae3393f6 chore: update eslint a11y autofocus config hace 3 años
.gitattributes 8337c6d90a Update .gitattributes hace 3 años
.gitignore ccc79b780e test: cypress init (#466) hace 3 años
.lighthouserc.js fb91638513 chore(ci): lighthouse (#380) hace 3 años
.npmrc 37f53d3a5e chore: update yarn.lock hace 3 años
.prettierrc.js f76bd5879d feat: init hace 4 años
.stylelintrc.js f76bd5879d feat: init hace 4 años
CODE_OF_CONDUCT.md 0e46959d60 Create CODE_OF_CONDUCT.md hace 4 años
CONTRIBUTING-en-US.md 110db20637 docs: update CONTRIBUTING.md hace 3 años
CONTRIBUTING.md d7e8271733 docs: update CONTRIBUTING.md hace 3 años
LICENSE 15deb4dd41 Update LICENSE hace 4 años
README-zh_CN.md 3399b3eeb0 docs(readme): remove fixed version in unpkg url hace 3 años
README.md 15bb147933 docs: update readme hace 3 años
babel.config.js f76bd5879d feat: init hace 4 años
cypress.json ccc79b780e test: cypress init (#466) hace 3 años
favicon.ico f76bd5879d feat: init hace 4 años
gatsby-browser.js f76bd5879d feat: init hace 4 años
gatsby-config.js 598c5b0a71 fix: remove gatsby-remark-unwrap plugin hace 3 años
gatsby-node.js 2b0afddc80 feat: update header use process.env (#602) hace 3 años
gatsby-ssr.js f76bd5879d feat: init hace 4 años
jest.config.js f76bd5879d feat: init hace 4 años
lerna.json c69c466ecd v2.4.1 hace 3 años
package.json 404435bd30 Feat/update header (#559) hace 3 años
tsconfig.eslint.json f76bd5879d feat: init hace 4 años
tsconfig.json ef2531c8be Fix strict ts (#314) hace 3 años
yarn.lock 404435bd30 Feat/update header (#559) hace 3 años

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