ryancreatescopy / rimble-ui

React components that implement Rimble's Design System.

Home Page:https://rimble.consensys.design/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rimble-ui

Rimble Design System's react component library.

NPM JavaScript Style Guide Join the community on Spectrum

Rimble is a project from Consensys Design, aiming to provide adaptable components and design standards for decentralized applications (dApps). Our goal is simply to to make it easier to build dApps with outstanding user experience. If you're interested, we have written a bit more about our rationale and approach to building Rimble.

Rimble is in initial development and should not be considered stable today. We have made the project public in a very early stage of work in order to gather feedback from the community of designers and developers building dApps.

We are actively working on adding new components to Rimble and will be sharing more information on the roadmap very soon.

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

About

React components that implement Rimble's Design System.

https://rimble.consensys.design/

License:MIT License


Languages

Language:JavaScript 99.3%Language:HTML 0.7%