πŸ“… You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP β†’
Socket
Sign inDemoInstall
Socket

@douyinfe/semi-ui

Package Overview
Dependencies
Maintainers
9
Versions
513
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@douyinfe/semi-ui

A modern, comprehensive, flexible design system and UI library. Connect DesignOps & DevOps. Quickly build beautiful React apps. Maintained by Douyin-fe team.

2.78.0
latest
Source
npm
Version published
Weekly downloads
5.6K
-16.11%
Maintainers
9
Weekly downloads
Β 
Created
Source

Semi-UI

A modern, comprehensive, flexible design system and UI library. Connect DesignOps & DevOps. Quickly build beautiful React apps. Maintained by Douyin-fe team.

LICENSE NPM CONTRIBUTORS Design Token FIGMA CODECOV Chromatic Cypress Twitter Follow

πŸŽ‰ Features

  • πŸ’ͺ Up to 70+ 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
  • πŸ’… Up to 3000+ Design Tokens can be easily modify by Semi Design system management, 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 versionslatest 2 versionslatest 2 versionsEdgelatest 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

Keywords

bytedance douyin design system

FAQs

Package last updated on 08 Apr 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts