simply-react-ui
v1.1.8
Published
Simple, high quality, 0 dependency react components you don't normally find in a ui library
Downloads
3
Readme
simply-react-ui
Simple, high quality, 0 dependency react components you don't normally find in a ui library
Install
npm install --save simply-react-ui
Usage
import React, { Component } from 'react'
import MyComponent from 'simply-react-ui'
import 'simply-react-ui/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © noobling