1.0.7 • Published 12 days ago

@deltreetech/react-bootstrap-alert v1.0.7

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
12 days ago

react-bootstrap-alert

A simple React component that handles display of bootstrap alert.

How to use

To install, run:

  • npm install @deltreetech/react-bootstrap-alert

You can now import from @deltreetech/react-bootstrap-alert:

import {Alert, AlertService} from '@deltreetech/react-bootstrap-alert'
...

Available props

<Alert id="alert-container" />

Usage

AlertService.success(message, option)

Example:

AlertService.success(message, {
id: "alert-container",
})

Below is the default option:

const options = {
id: 'default-alert',
fade: true,
showClose: true,
}
1.0.7

12 days ago

1.0.6

12 days ago

1.0.5

12 days ago

1.0.4

1 year ago

1.0.3

2 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago