Package Exports
- rimble-ui
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 (rimble-ui) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
rimble-ui
Rimble Design System's react component library.
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