Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rebassjs/rebass
:atom_symbol: React primitive UI components built with styled-system.
https://github.com/rebassjs/rebass
color components css design-system emotion grid javascript layout react react-components rebass styled-components styled-system theme typography ui
Last synced: 3 days ago
JSON representation
:atom_symbol: React primitive UI components built with styled-system.
- Host: GitHub
- URL: https://github.com/rebassjs/rebass
- Owner: rebassjs
- License: mit
- Created: 2015-02-11T14:48:09.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-07-27T03:42:53.000Z (over 1 year ago)
- Last Synced: 2024-12-02T20:07:43.281Z (11 days ago)
- Topics: color, components, css, design-system, emotion, grid, javascript, layout, react, react-components, rebass, styled-components, styled-system, theme, typography, ui
- Language: JavaScript
- Homepage: https://rebassjs.org
- Size: 14.9 MB
- Stars: 7,939
- Watchers: 60
- Forks: 656
- Open Issues: 98
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-react-cn - rebass - React primitive UI components built with styled-system (Uncategorized / Uncategorized)
- awesome - rebassjs/rebass - :atom\_symbol: React primitive UI components built with styled-system. (JavaScript)
- awesome - rebass - :atom_symbol: React primitive UI components built with styled-system. (JavaScript)
- awesome-react - rebass - React primitive UI components built with styled-system. ![](https://img.shields.io/github/stars/rebassjs/rebass.svg?style=social&label=Star) (UI Frameworks / style)
- awesome-learning-resources - rebass - React primitive UI components built with styled-system (Uncategorized / Uncategorized)
- react-cheatsheet - Rebass
- awesome-list - rebass - system. | rebassjs | 7433 | (JavaScript)
- StarryDivineSky - rebassjs/rebass
- awesome-react - rebass - React primitive UI components built with styled-system. ` 📝 a month ago` (React [🔝](#readme))
README
# Rebass
React primitive UI components built with [Styled System][].
https://rebassjs.org[![Build Status][badge]][travis]
[![Coverage][coverage-badge]][coverage]
[![Downloads][downloads-badge]][npm]
[![Version][version-badge]][npm]
[![MIT License][license-badge]](LICENSE.md)[badge]: https://flat.badgen.net/travis/rebassjs/rebass/master
[travis]: https://travis-ci.org/rebassjs/rebass
[coverage-badge]: https://flat.badgen.net/codecov/c/github/rebassjs/rebass
[coverage]: https://codecov.io/github/rebassjs/rebass[downloads-badge]: https://flat.badgen.net/npm/dw/rebass
[version-badge]: https://flat.badgen.net/npm/v/rebass
[license-badge]: https://flat.badgen.net/badge/license/MIT/blue
[npm]: https://npmjs.com/package/rebass```sh
npm i rebass
```## Getting Started
```jsx
import React from 'react'
import { Box, Heading, Button } from 'rebass'export default props =>
Hello
Rebass
```
## Features- Start your design system without boiling the ocean
- Build consistent UI with design constraints and user-defined scales
- Best-in-class developer ergonomics with [Styled System][] props
- First-class support for theming &
fully compatible with [Theme UI][]
- Quick, mobile-first responsive styles with array-based syntax
- Flexbox layout with the Box and Flex components
- Flexibility built in for high design & development velocity
- Minimal footprint at about 4KB[reflexbox]: https://rebassjs.org/reflexbox
> "One of the best React component libs out there"
>
> – [Max Stoiber](https://twitter.com/mxstbr/status/882657561111080960)> "Rebass is the Bootstrap of React."
>
> – [Jori Lallo](https://twitter.com/jorilallo/status/882990343225868289)> "A whopper component library built on styled-components. Responsive, systematic, scalable...the business!"
>
> – [Colm Tuite](https://twitter.com/colmtuite/status/882715087936606210)## Principles
Rebass is intended to be:
- **Minimal**
- **Useful**
- **Unopinionated**
- **Flexible**
- **Consistent**
- **Extensible**
- **Themeable**> Do one thing, and do it well
>
> – [Unix philosophy](https://en.wikipedia.org/wiki/Unix_philosophy#Do_One_Thing_and_Do_It_Well)See [Patterns for Style Composition in React](http://jxnblk.com/writing/patterns-for-style-composition-in-react/)
for more on some of the thought behind Rebass.## Documentation
- [Docs](https://rebassjs.org)
- [Getting Started](https://rebassjs.org/getting-started)
- [Props](https://rebassjs.org/props)
- [Extending](https://rebassjs.org/extending)
- [Theming](https://rebassjs.org/theming)
- [Reflexbox](https://rebassjs.org/reflexbox)
- [Text](https://rebassjs.org/Text)
- [Heading](https://rebassjs.org/Heading)
- [Button](https://rebassjs.org/Button)
- [Link](https://rebassjs.org/Link)
- [Image](https://rebassjs.org/Image)
- [Card](https://rebassjs.org/Card)## CodeSandbox
Try it out:
https://codesandbox.io/s/github/rebassjs/rebass/tree/master/examples/sandbox### Related
- [Styled System][]
- [Theme UI][]
- [Emotion][]
- [Styled Components][][styled system]: https://styled-system.com
[styled components]: https://github.com/styled-components/styled-components
[emotion]: https://github.com/emotion-js/emotion
[theme ui]: https://theme-ui.com### Upgrading from v3
See the [Migration Guide](https://rebassjs.org/migrating/).
#### Previous Versions
- [v3.2.2](https://github.com/rebassjs/rebass/tree/v3.2.2) – [v3 Docs](https://rebass-v3.now.sh)
- [v2.3.2](https://github.com/rebassjs/rebass/tree/v2) – [Docs for Rebass v2](https://rebass-v2.now.sh)
- [v1.0.7](https://github.com/rebassjs/rebass/tree/v1.0.7)---
[Contributing](CONTRIBUTING.md) | [MIT License](LICENSE.md)