jeroencoumans / rebass

Stateless React UI components built with Basscss

Home Page:http://jxnblk.com/rebass

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rebass

Stateless React UI components built with Basscss

http://jxnblk.com/rebass

Getting Started

Install

npm i rebass

Import CSS

In a CSS file using cssnext

@import 'rebass';

Or using cssnext-loader with webpack

import css from 'rebass/rebass.css'

Import Components

import { Button, Badge } from 'rebass'

Use

<App>
  <Button>Button</Button>
  <Badge>Badge</Badge>
</App>

Documentation

http://jxnblk.com/rebass


MIT License

About

Stateless React UI components built with Basscss

http://jxnblk.com/rebass


Languages

Language:JavaScript 94.8%Language:HTML 5.2%Language:CSS 0.0%