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