Documentation

Alert

Informational message banner to display important information.

Installation

pnpm add @rouf-dev/pantheon-ui

Usage

import { Alert, AlertTitle, AlertDescription } from "@rouf-dev/pantheon-ui";

<Alert>
  <AlertTitle>Heads up!</AlertTitle>
  <AlertDescription>
    You can add components to your app using the CLI.
  </AlertDescription>
</Alert>

Examples

Default

Destructive