usmandevui
v1.0.0
Published
Library for getting already made React components
Readme
usmandevui
Library for getting already made React components
Install
npm install --save usmandevuiUsage
import React, { Component } from 'react'
import MyComponent from 'usmandevui'
import 'usmandevui/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}License
MIT © MrUsmanDev
