# react-alert-buttom

> 1. install the published component from npm using the following command in your project directory.

Latest version **0.1.2** (published 2023-12-18) · 0 weekly downloads

## Install

```sh
npm install react-alert-buttom
pnpm add react-alert-buttom
yarn add react-alert-buttom
bun add react-alert-buttom
```

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; low quality score; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.2 |
| Published | 2023-12-18 |
| First published | 2023-12-18 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 7 |
| Unpacked size | 3.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | shubhampawar |

## Links

- npm: https://www.npmjs.com/package/react-alert-buttom
- npm.io page: https://npm.io/package/react-alert-buttom

## Dependencies (7)

- [react](https://npm.io/package/react.md) ^18.2.0
- [react-dom](https://npm.io/package/react-dom.md) ^18.2.0
- [web-vitals](https://npm.io/package/web-vitals.md) ^2.1.4
- [react-scripts](https://npm.io/package/react-scripts.md) 5.0.1
- [@testing-library/react](https://npm.io/package/@testing-library/react.md) ^13.4.0
- [@testing-library/jest-dom](https://npm.io/package/@testing-library/jest-dom.md) ^5.17.0
- [@testing-library/user-event](https://npm.io/package/@testing-library/user-event.md) ^13.5.0

## Recent versions

- 0.1.2 (latest) — 2023-12-18
- 0.1.1 — 2023-12-18
- 0.1.0 — 2023-12-18

## README

## React Alert Button 

1. install the published component from npm using the following command in your project directory.

npm install react-alert-buttom

2. import and use your component

import { AlertBox } from 'react-alert-buttom';

  const App = () =>{
    return(
            <div>
            <AlertBox label={'Submit'}/>
            </div>
        )
    }

3. Save the file and run your React application. The published component should now be rendered within your app.

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