yidianier / semi-design

๐Ÿš€A modern, comprehensive, flexible design system and React UI library. ๐ŸŽจ Provide more than 2,739+ Design Tokens and powerful DSM tools, easy to build your own design system. Make Semi Design to Any Design

Home Page:https://semi.design

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Semi-UI

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

LICENSE NPM CONTRIBUTORS Design Token FIGMA BUILD-JS BUILD-CSS CODECOV Chromatic Cypress Twitter Follow

English | ็ฎ€ไฝ“ไธญๆ–‡

๐ŸŽ‰ Features

  • ๐Ÿ’ช Up to 60+ high-quality Components.
  • ๐Ÿ’… Code2Design, automatically generate Figma UI Kit according to different themes, keep same between design and code
  • ๐Ÿš€ Powerful Design2Code support, convert figma draft to code in a few seconds
  • ๐Ÿ’• Complete A11y support, follows W3C standards to provide keyboard interaction, focus management and ARIA for all components
  • ๐Ÿ’… Design system management Semi DSM, up to 2000+ Design Tokens, make Semi Design to Any Design quickly.
  • ๐ŸŒ Internationalization Support for Dozens of Languages, timezone, RTL support
  • โš™๏ธ Strict quality assurance, covering unit testing, E2E testing, visual testing
  • ๐Ÿ‘ Written in Typescript, friendly Static Type Support. Based on Foundation/Adapter architecture, easy to read and contribute
  • ๐Ÿฅณ 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 has hundreds of editable examples and live preview, welcome to play with those examples.

๐Ÿ“ฐ News about Semi UI

๐Ÿ“Œ 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 versions Edge latest 2 versions

๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ฆ User Group

Join User Group on Feishu / Lark

๐Ÿ’– Thanks

Chromatic

Thanks to Chromatic for providing the visual testing platform that helps us review UI changes and catch visual regressions.

Cypress

Thanks to Cypress for providing E2E testing.

๐Ÿ‘ Contributing

Thanks to all the people who already contributed!

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.

๐ŸŽˆ License

Semi UI is MIT Licensed

About

๐Ÿš€A modern, comprehensive, flexible design system and React UI library. ๐ŸŽจ Provide more than 2,739+ Design Tokens and powerful DSM tools, easy to build your own design system. Make Semi Design to Any Design

https://semi.design

License:Other


Languages

Language:TypeScript 51.8%Language:JavaScript 35.4%Language:SCSS 12.7%Language:HTML 0.1%Language:Python 0.0%