rebass
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/rebass package

0.1.3 • Public • Published

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

```xml
<App>
  <Button>Button</Button>
  <Badge>Badge</Badge>
</App>

Documentation

http://jxnblk.com/rebass


MIT License

Install

npm i rebass@0.1.3

Version

0.1.3

License

MIT

Last publish

Collaborators

  • jxnblk