1.0.0 • Published 4 years ago
react-local-storage-util v1.0.0
react-local-storage
Made with create-react-library
Install
npm install --save react-local-storage
Usage
import React, { Component } from 'react'
import MyComponent from 'react-local-storage'
import 'react-local-storage/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © tewarig
1.0.0
4 years ago