Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Docz | 23,277 | 686 | 1,340 | 8 months ago | 275 | February 11, 2022 | 103 | mit | TypeScript | |
✍ It has never been so easy to document your things! | ||||||||||
Semantic Ui React | 13,063 | 8,465 | 1,129 | 5 days ago | 153 | May 31, 2022 | 193 | mit | JavaScript | |
The official Semantic-UI-React integration | ||||||||||
React Toolbox | 8,705 | 1,310 | 132 | a year ago | 66 | June 02, 2018 | 267 | mit | JavaScript | |
A set of React components implementing Google's Material Design specification with the power of CSS Modules | ||||||||||
Rebass | 7,890 | 744 | 282 | 4 months ago | 109 | October 28, 2019 | 96 | mit | JavaScript | |
:atom_symbol: React primitive UI components built with styled-system. | ||||||||||
Nextra | 7,606 | 18 | 8 hours ago | 109 | September 17, 2022 | 185 | mit | TypeScript | ||
Simple, powerful and flexible site generation framework with everything you love from Next.js. | ||||||||||
Semi Design | 7,016 | 9 | 19 hours ago | 135 | September 23, 2022 | 156 | other | TypeScript | ||
🚀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 | ||||||||||
React Quill | 5,623 | 777 | 448 | 4 months ago | 49 | August 03, 2022 | 293 | mit | JavaScript | |
A Quill component for React. | ||||||||||
Theme Ui | 5,008 | 331 | 838 | 7 days ago | 460 | September 18, 2022 | 61 | mit | TypeScript | |
Build consistent, themeable React apps based on constraint-based design principles | ||||||||||
Next | 4,388 | 65 | 7,077 | 3 days ago | 450 | September 20, 2022 | 640 | mit | JavaScript | |
🦍 A configurable component library for web built on React. | ||||||||||
Playroom | 4,296 | 11 | 47 | 2 months ago | 87 | April 26, 2022 | 47 | mit | TypeScript | |
Design with JSX, powered by your own component library. |
React primitive UI components built with Styled System. https://rebassjs.org
npm i rebass
import React from 'react'
import { Box, Heading, Button } from 'rebass'
export default props =>
<Box>
<Heading>Hello</Heading>
<Button>Rebass</Button>
</Box>
"One of the best React component libs out there"
"Rebass is the Bootstrap of React."
"A whopper component library built on styled-components. Responsive, systematic, scalable...the business!"
Rebass is intended to be:
Do one thing, and do it well
See Patterns for Style Composition in React for more on some of the thought behind Rebass.
Try it out: https://codesandbox.io/s/github/rebassjs/rebass/tree/master/examples/sandbox
See the Migration Guide.