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