sample-library-check
v1.0.0
Published
sample library for educational purpose
Downloads
3
Readme
sample-library-check
sample library for educational purpose
Install
npm install --save sample-library-check
Usage
import React, { Component } from 'react'
import MyComponent from 'sample-library-check'
import 'sample-library-check/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © NIBRASKHASIM