Made with create-react-library
npm install --save bootstrap-toast-notifications
import React, { Component } from 'react'
import MyComponent from 'bootstrap-toast-notifications'
import 'bootstrap-toast-notifications/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
MIT © esitorsunil