Docs
Alert

Alert

Attract user attention with important static message.

Boom!
Here is a important message.

Usage

import { Alert, AlertDescription, AlertTitle } from '@tszhong0411/ui'
<Alert icon={<IconAlertCircle size={20} />}>
  <AlertTitle>Boom!</AlertTitle>
  <AlertDescription>Here is a important message.</AlertDescription>
</Alert>

Examples

Danger

Boom!
Here is a important message.

Info

Boom!
Here is a important message.

Warning

Boom!
Here is a important message.