semi-design alternatives and similar libraries
Based on the "Responsive" category.
Alternatively, view semi-design alternatives based on common mentions on social networks and blogs.
-
chakra-ui
โก๏ธ Simple, Modular & Accessible UI Components for your React Applications -
office-ui-fabric-react
Fluent UI web represents a collection of utilities, React components, and web components for building web applications. -
semantic-ui-react
The official Semantic-UI-React integration -
grommet
a react-based framework that provides accessibility, modularity, responsiveness, and theming in a tidy package -
rebass
:atom_symbol: React primitive UI components built with styled-system. -
base web
A React Component library implementing the Base design language -
searchkit
Search UI for Elasticsearch & Opensearch. Compatible with Algolia's Instantsearch and Autocomplete components. React & Vue support -
gestalt
A set of React UI components that supports Pinterestโs design language -
zeit-ui-react
A design system for building modern websites and applications. -
orbit-components
React components of open-source Orbit design system by Kiwi.com -
flowbite-react
Official React components built for Flowbite and Tailwind CSS -
@artsy/fresnel
An SSR compatible approach to CSS media query based responsive layouts for React. -
pivotal-ui-react
Pivotal's design system & component library -
CoreUI for React
CoreUI React.js UI Components. CoreUI for React.js replaces and extends the Bootstrap javascript. Components have been built from scratch as true React.js hook components, without jQuery and unneeded dependencies. -
AgnosticUI
AgnosticUI is a set of UI primitives that start their lives in clean HTML and CSS. These standards compliant components are then copied to our framework implementations in: React, Vue 3, Angular, and Svelte. -
react-foundation-apps
Foundation Apps components built with React -
fluent-ui
๐ React components that inspired by Microsoft's Fluent Design System. -
atomize-by-quarkly
library for creating atomic react components -
cdbreact
Contrast Design Bootstrap : Elegant UI Kit and reusable components for building mobile-first, responsive websites and web apps -
insites-ui
An opinionated UI components library for React. Based on Styled Components and Styled System. -
react-uikit-components
React UIkit Components for the UIKit CSS framework -
atlaskit
Atlassian's official UI library. (Please... no more Jira though ๐) -
radix-ui
Unstyled, accessible components for building highโquality design systems and web apps. -
Autocomplete
Accessible autocomplete, combobox, multiselect component for React.
AWS Cloud-aware infrastructure-from-code toolbox [NEW]
Do you think we are missing an alternative of semi-design or a related project?
README
Semi-UI A modern, comprehensive, flexible design system and UI library. Connect DesignOps & DevOps. Quickly build beautiful React apps.
English | [็ฎไฝไธญๆ](./README-zh_CN.md)
๐ Features
- ๐ช Up to 60+ high-quality Components.
- ๐ 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, build your own design system quickly.
- ๐ Internationalization Support for Dozens of Languages, timezone, RTL support
- ๐ 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
- โ๏ธ 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.
๐ Documentation
- Semi DSM
- Semi Design2Code
- Semi Figma Plugin
- Quick Start
- Components Overview
- Customizing Themes
- Design Tokens
- Dark Mode
- Semi Icons
- Global Config
- Internationalization
- FAQ
- CHANGELOG
๐ Platform Support
Semi UI supports all major modern browsers.
chrome | firefox | safari | IE/Edge | Electron |
---|---|---|---|---|
latest 2 versions | latest 2 versions | latest 2 versions | Edge | latest 2 versions |
๐ 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](CONTRIBUTING-en-US.md) documentation.
๐จโ๐จโ๐งโ๐ฆ User Group
Join User Group.
๐ Thanks
Thanks to Chromatic for providing the visual testing platform that helps us review UI changes and catch visual regressions.
Thanks to Cypress for providing E2E testing.
๐ License
Semi UI is [MIT Licensed](LICENSE)
*Note that all licence references and agreements mentioned in the semi-design README section above
are relevant to that project's source code only.