react alerts
npm install @acodez/alertsReact alerts.
-----
- Installation
- PropsAPI
- Usage
-----
``bash`
npm install @acodez/alerts
| Property | Type | Required | Default value | Description |
|-----|-----|-----|-----|:-----|
|theme|string|no|none|color scheme of the alerts, choose from primary, info, error, warning, success|string
|showCloseBtn||no|none| to show close button for alert box|string
|title||no|none|Heading for alert box|
-----
`jsx
import Alerts from "@acodez/alerts";
This is just a simple alerts component for react.
``