React components that implement Rimble's Design System.
Switch branches/tags
Nothing to show
Clone or download
zkalman Create LICENSE
Adding MIT license
Latest commit f4aa398 Oct 30, 2018

README.md

rimble-ui

Rimble Design System's react component library.

NPM JavaScript Style Guide Join the community on Spectrum

Install

npm install --save rimble-ui styled-components

Usage

import React, { Component } from 'react'

import { Button } from 'rimble-ui'

class Example extends Component {
  render () {
    return (
      <Button size={'medium'}>
        Click me!
      </Button>
    )
  }
}

License

MIT © ConsenSys