Skip to content

⚛️ React primitive UI components built with styled-system.

License

Notifications You must be signed in to change notification settings

rebassjs/rebass

Repository files navigation

Rebass

React primitive UI components built with Styled System. https://rebassjs.org

Build Status Coverage Downloads Version MIT License

npm i rebass

Getting Started

import React from 'react'
import { Box, Heading, Button } from 'rebass'

export default props =>
  <Box>
    <Heading>Hello</Heading>
    <Button>Rebass</Button>
  </Box>

Features

  • Foundation for building design systems
  • First-class support for theming
  • Tiny footprint (~1KB) TK
  • Best-in-class developer ergonomics with style props from Styled System
  • Fast, mobile-first responsive styles
  • Reflexbox: flexbox layout with the Box and Flex components
  • Easy to extend and customize
  • Consistency through design constraints and user-defined scales

"One of the best React component libs out there"

Max Stoiber

"Rebass is the Bootstrap of React."

Jori Lallo

"A whopper component library built on styled-components. Responsive, systematic, scalable...the business!"

Colm Tuite

Principles

Rebass is intended to be:

  • Minimal
  • Useful
  • Unopinionated
  • Flexible
  • Consistent
  • Extensible
  • Themeable

Do one thing, and do it well

Unix philosophy

See Patterns for Style Composition in React for more on some of the thought behind Rebass.

Documentation

CodeSandbox

TK

Try it out: https://codesandbox.io/s/github/rebassjs/rebass/tree/master/examples/sandbox

Related

Previous Versions


Contributing | MIT License