# @deltreetech/react-bootstrap-alert

> React Bootstrap Alert Component

Latest version **1.0.7** (published 2024-04-28) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install @deltreetech/react-bootstrap-alert
pnpm add @deltreetech/react-bootstrap-alert
yarn add @deltreetech/react-bootstrap-alert
bun add @deltreetech/react-bootstrap-alert
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.7 |
| Published | 2024-04-28 |
| First published | 2021-10-13 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 2 |
| Unpacked size | 81.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | John ADEAGBO |
| Maintainers | deltreetech |
| Keywords | react, npm |

## Links

- npm: https://www.npmjs.com/package/@deltreetech/react-bootstrap-alert
- npm.io page: https://npm.io/package/@deltreetech/react-bootstrap-alert

## Dependencies (2)

- [rxjs](https://npm.io/package/rxjs.md) ^7.4.0
- [react-router-dom](https://npm.io/package/react-router-dom.md) ^6.12.1

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 1.0.7 (latest) — 2024-04-28
- 1.0.4 — 2023-02-07
- 1.0.3 — 2022-05-25
- 1.0.2 — 2021-10-14
- 1.0.1 — 2021-10-14
- 1.0.0 — 2021-10-13

## README

# 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,
}
```

---
_Source: https://npm.io/package/@deltreetech/react-bootstrap-alert · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
