A React UI Component library built with Styled-Components
npm install --save reaction-ui
import React, { Component } from 'react'
import MyComponent from 'reaction-ui'
class Example extends Component {
render() {
return <MyComponent />
}
}
MIT © 4nmolChaudhary