reactful-ui
v1.0.0
Published
A library of React Components
Readme
reactful-ui
A library of React Components
Install
npm install --save reactful-uiUsage
import React, { Component } from 'react'
import MyComponent from 'reactful-ui'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}License
MIT © NehemiahK
