JSPM

  • Created
  • Published
  • Downloads 92628
  • Score
    100M100P100Q146365F
  • License MIT

React UI components for Basscss

Package Exports

  • rebass
  • rebass/dist/Button
  • rebass/dist/Dropdown
  • rebass/dist/Message
  • rebass/dist/Panel

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (rebass) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Rebass

React UI components for Basscss (WIP)

http://jxnbk.com/rebass

Getting Started

Install

npm install --save rebass

Require

var Rebass = require('rebass');
var Button = Rebass.Button;
var Badge = Rebass.Badge;

Use

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

Documentation

http://jxnblk.com/rebass/docs/components


MIT License