bootstrap-toast-notifications
v1.0.0
Published
> Made with create-react-library
Readme
bootstrap-toast-notifications
Made with create-react-library
Install
npm install --save bootstrap-toast-notificationsUsage
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 />
}
}License
MIT © esitorsunil
