custom-library-toast-example
v1.0.3
Published
custom library for toast message
Downloads
8
Readme
customlibrary
custom library for toast message
Install
npm install --save customlibrary
Usage
import React, { Component } from 'react'
import MyComponent from 'customlibrary'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
License
MIT © pmayur1998