@littlespoon/alert
TypeScript icon, indicating that this package has built-in type declarations

1.4.4 • Public • Published

@littlespoon/alert

NPM version

Install

Yarn:

yarn add alert

npm:

npm install alert --save

UNPKG

Usage

import Alert from '@littlespoon/alert'

Render Alert:

<Alert />

Render alert with props:

<Alert title="Alert Title" description="Alert description" onClose={onClose} variant="success" />

Render alert with relative position:

<Alert
  type="relative"
  title="Alert Title"
  description="Alert description"
  onClose={onClose}
  variant="success"
/>

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.4.4317latest

Version History

VersionDownloads (Last 7 Days)Published
1.4.4317
1.4.30
1.4.20
1.4.10
1.4.00
1.3.00
1.2.00
1.1.90
1.1.80
1.1.70
1.1.60
1.1.50
1.1.40
1.1.30
1.1.20
1.1.10
1.1.00

Package Sidebar

Install

npm i @littlespoon/alert

Weekly Downloads

317

Version

1.4.4

License

UNLICENSED

Unpacked Size

41.3 kB

Total Files

22

Last publish

Collaborators

  • littlespoondev
  • remarkablemark