my-react-counter-smit
v1.0.7
Published
this for test how we can use use state in react library
Downloads
2
Readme
my-react-counter
this for test how we can use use state in react library
Install
npm install --save my-react-counter
Usage
import React, { Component } from 'react'
import MyComponent from 'my-react-counter'
import 'my-react-counter/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © swirl-smit