sample-library-check
v1.0.0
Published
sample library for educational purpose
Readme
sample-library-check
sample library for educational purpose
Install
npm install --save sample-library-checkUsage
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
