Earthling UI

  1. Components
  2. alert

Alert

Prop
Default Value
Value
The color scheme of the alert
scheme
default

Anatomy

<Alert> <AlertTitle /> <AlertDescription /> </Alert>

Installation

1
Ensure Earthling UI is installed
bun add earthling-ui
2
Import the component from earthling-ui
import { Alert, AlertTitle, AlertDescription } from "earthling-ui/alert"
The component is ready to use