
Semi-UI
A modern, comprehensive, flexible design system and UI library. Quickly build beautiful React apps.
[![NPM][npm-badge]][npm-url] [![FIGMA][figma-badge]][figma-url] [![LICENSE][license-badge]][license-url] [![CODECOV][codecov-badge]][codecov-url]
[npm-badge]: https://img.shields.io/npm/v/@douyinfe/semi-ui.svg
[npm-url]: https://www.npmjs.com/package/@douyinfe/semi-ui
[figma-badge]: https://img.shields.io/badge/Figma-UIKit-%2318a0fb
[figma-url]: https://www.figma.com/@semi
[license-badge]: https://img.shields.io/npm/l/@douyinfe/semi-ui
[license-url]: https://github.com/DouyinFE/semi-design/blob/main/LICENSE
[codecov-badge]: https://img.shields.io/codecov/c/gh/DouyinFE/semi-design
[codecov-url]: https://app.codecov.io/gh/DouyinFE/semi-design
English | [็ฎไฝไธญๆ](./README-zh_CN.md)
# ๐ Features
- ๐ช Up to 58 high-quality Components.
- ๐
Thousands Design Tokens. Powerful Themes Customizing.
- ๐ Internationalization Support for Dozens of Languages.
- ๐ Written in Typescript, Friendly Static Type Support.
- ๐ฅณ SSR (Server Side Rendering) Compatible.
# ๐ฅ Install
```sh
# 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:
```jsx
import React from 'react';
import ReactDOM from 'react-dom';
import { Button, Switch } from '@douyinfe/semi-ui';
const App = () => (
<>