@mhshifat/mhs-ui
v1.0.7
Published
An archive of my react components
Downloads
3
Readme
@mhshifat/mhs-ui
An archive of my react components
Install
npm install --save @mhshifat/mhs-ui
Usage
import React, { Component } from 'react'
import MyComponent from '@mhshifat/mhs-ui'
import '@mhshifat/mhs-ui/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © mhshifat