1.0.16 • Published 1 year ago
@knowins/notifier v1.0.16
notifier
Display notifications from a promise
Install
npm install --save notifierUsage
import React, { Component } from 'react'
import MyComponent from 'notifier'
import 'notifier/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}License
MIT © knowins