react-tk-resetpassword
v1.0.4
Published
reusable resetpassword package for tk
Readme
react-tk-resetpassword
reusable resetpassword package for tk
Install
npm install --save react-tk-resetpasswordUsage
import React, { Component } from 'react'
import MyComponent from 'react-tk-resetpassword'
import 'react-tk-resetpassword/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}License
MIT © fernando_molinari
