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