Skip to content

A modern, comprehensive, flexible design system and React UI library

License

Notifications You must be signed in to change notification settings

NeilYi/semi-design

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Semi-UI

A modern, comprehensive, flexible design system and UI library. Quickly build beautiful React apps.

English | 简体中文

🎉 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

# 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

👌 Platform Support

Semi UI supports all major modern browsers.

chrome
chrome
firefox
firefox
safari
safari
IE/Edge
IE/Edge
electron
Electron
latest 2 versions latest 2 versions latest 2 version Edge latest 2 version

👐 Contributing

Read the contributing guide to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to Semi UI.

See CONTRIBUTING documentation.

👨‍👨‍👧‍👦 User Group

Join User Group.

🎈 License

Semi UI is MIT Licensed

About

A modern, comprehensive, flexible design system and React UI library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 48.6%
  • JavaScript 39.7%
  • SCSS 11.1%
  • Other 0.6%