1.0.3 • Published 3 years ago

@acodez/alerts v1.0.3

Weekly downloads
9
License
ISC
Repository
-
Last release
3 years ago

@acodez/alerts

npm_version license

React alerts.



Installation

npm install @acodez/alerts

Props API

PropertyTypeRequiredDefault valueDescription
themestringnononecolor scheme of the alerts, choose from primary, info, error, warning, success
showCloseBtnstringnononeto show close button for alert box
titlestringnononeHeading for alert box

Usage

import Alerts from "@acodez/alerts";

<Alerts showCloseBtn title="Hello there!">
    This is just a simple alerts component for react.
</Alerts>
1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago