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

2.2.13 • Public • Published

Alert @nature-ui/alert

Alert

A react component used to alert users of a particular screen area that needs user action

Installation

npm i @nature-ui/alert

# or

yarn add @nature-ui/alert

Usage

import Alert from '@nature-ui/alert';

() => {
  return (
    <Alert status='success' alertTitle='Wow: ' variant='subtle'>
      This is a success alert!
    </Alert>
  );
};

Package Sidebar

Install

npm i @nature-ui/alert

Weekly Downloads

9

Version

2.2.13

License

MIT

Unpacked Size

307 kB

Total Files

14

Last publish

Collaborators

  • dnature