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

0.8.3 • Public • Published

Alert

Use to highlight information for the user that requires his attention.
Alerts can be position at the top of the page or into other components.

Installation

To install @igloo-ui/alert in your project, you will need to run the following command using npm:

npm install @igloo-ui/alert

If you prefer Yarn, use the following command instead:

yarn add @igloo-ui/alert

Usage

Then to use the component in your code just import it!

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

<Alert type="info" title="Alert title" message="Alert message" />;

/@igloo-ui/alert/

    Package Sidebar

    Install

    npm i @igloo-ui/alert

    Weekly Downloads

    360

    Version

    0.8.3

    License

    Apache-2.0

    Unpacked Size

    124 kB

    Total Files

    10

    Last publish

    Collaborators

    • infra.admin
    • franckgaudin