Semi Design

screenshot of Semi Design
gatsby
react
scss

A modern, comprehensive, flexible design system and React UI library. Provide more than 3000+ Design Tokens, easy to build your design system. Make Semi Design to Any Design. Design to Code in one click

Overview

Semi UI is a comprehensive UI framework that offers a wide range of high-quality components for building web applications. It has been consistently updated since 2019 and provides support for both Design to Code (D2C) and Code to Design (C2D) workflows. The framework also offers complete accessibility support and follows the W3C standards for keyboard interaction, focus management, and ARIA. Semi UI includes a design system management feature with over 2700 design tokens, making it easy to customize and adapt the design to any requirements. It also provides internationalization support for multiple languages and comes with strict quality assurance through unit testing, E2E testing, and visual testing. Semi UI is written in TypeScript and follows a Foundation/Adapter architecture, making it easy to read and contribute to. It is also compatible with Server Side Rendering (SSR).

Features

  • Up to 60+ high-quality components
  • Official Design to Code (D2C) support, converting Figma drafts to real code in seconds
  • Code to Design (C2D) support, automatically generating Figma UI Kits according to different themes
  • Complete accessibility support following W3C standards
  • Design system management with over 2700 design tokens
  • Internationalization support for multiple languages and timezones
  • Strict quality assurance through unit testing, E2E testing, and visual testing
  • Written in TypeScript with static type support
  • Compatible with Server Side Rendering (SSR)
gatsby
Gatsby

GatsbyJS is a free and open-source static site generator based on React. It uses a modern development stack including Webpack, GraphQL, and modern JavaScript and CSS frameworks. It also provides a rich set of plugins, starters, and themes.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

template
Templates & Themes

A template or theme refers to a pre-designed layout or structure that provides a basic framework for building a specific type of application or website. It typically includes good design, placeholder content and functional features, allowing developers to customize and fill in the details according to their specific needs.

Dark Mode

Dark mode is a user interface option that uses a dark color scheme instead of light. It reduces eye strain and improves visibility in low-light conditions. Implementing dark mode in a website or application involves updating the styles and color palette to support both light and dark modes.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

mdx
MDX

MDX is a format that allows developers to write JSX within Markdown documents, combining the power of React with the simplicity of Markdown. This allows for the creation of dynamic and interactive content that can be easily shared and consumed across different platforms and devices.

Storybook

Storybook is a tool for developing and testing UI components in isolation. It provides a sandbox environment where you can experiment with different props and states to see how your component responds.

Stylelint

Stylelint is a modern linter for CSS that helps you avoid errors and enforce consistent styling conventions. It provides rules for detecting errors and warnings, and can be configured to match your specific project's requirements.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.

webpack
Webpack

Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.