Overrides

Alert

Extended Features

Install

Configure your registry in components.json:

{
  "registries": {
    "@uxio": "https://ui.uxio.dev/r/styles/{style}/{name}.json"
  }
}

Then run:

npx shadcn@latest add @uxio/alert

Examples

Success Variant

For positive feedback like confirmations or completed states.

Info Variant

For informational messages or neutral highlights.

Warning Variant

For cautionary messages that require attention.