A ReactJS alert component built on Material UI
npm install @ngocnn/react-material-alert> A ReactJS alert component built on Material UI
 
Material-UI
https://ngocnn1104.github.io/react-material-alert/
``bash`
npm install --save @ngocnn/react-material-alert
`jsx
import React, { Component } from 'react'
import MaterialAlert from '@ngocnn/react-material-alert'
class Example extends Component {
render () {
return (
)
}
}
``
MIT © ngocnn1104