ConsenSysMesh / rimble-ui

React components that implement Rimble's Design System.
https://rimble.consensys.design/
MIT License
462 stars 67 forks source link
design-systems ethereum javascript react react-components styled-components ui ui-components web3

rimble-ui

Rimble Design System's react component library.

NPM JavaScript Style Guide Travis Build Status 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 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>
  }
}

Change log

0.14.0

šŸš€ New Feature

0.13.1

šŸ› Bug Fix

0.13.0

šŸš€ New Feature

šŸ› Bug Fix

0.12.0

šŸš€ New Feature

0.11.1

šŸ› Bug Fix

0.11.0

šŸš€ New Feature

šŸ› Bug Fix

šŸ’… Enhancement

0.10.0

0.9.8

0.9.7

0.9.6

0.9.5

0.9.4

0.9.3

0.9.2

0.9.1

0.9.0

0.8.0

0.7.1

0.7.0

0.6.0

0.5.0

0.4.0

0.3.0

0.2.0

0.1.0

License

MIT Ā© ConsenSys