colorfulltoast
v1.0.4
Published
succes and error toast
Downloads
2
Readme
colorfulltoast
succes and error toast
Install
npm install --save colorfulltoast
Usage
import React, { Component } from 'react'
import MyComponent from 'colorfulltoast'
import 'colorfulltoast/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © NCStudentOC