1.0.3 • Published 4 years ago

react-bootstrap-alert-component v1.0.3

Weekly downloads
6
License
MIT
Repository
github
Last release
4 years ago

React Bootstrap Alert Component

ReactJS plugin that lets you easily create a bootstrap alert component

NPM JavaScript Style Guide

Install

npm install --save react-bootstrap-alert-component

Usage

import React, { Component } from 'react'

import Alert from 'react-bootstrap-alert-component'

class Example extends Component {
  render () {
    return (
      <Alert text="My Text" type="danger" />
    )
  }
}

License

MIT © euobrunocosta