Easily create a bootstrap alert
npm install react-bootstrap-alert-component> ReactJS plugin that lets you easily create a bootstrap alert component
 
``bash`
npm install --save react-bootstrap-alert-component
`jsx
import React, { Component } from 'react'
import Alert from 'react-bootstrap-alert-component'
class Example extends Component {
render () {
return (
)
}
}
``
MIT © euobrunocosta