Uiscore Alert
Feedback component with semantic states and extended/default layouts.
Install command
npx @uiscore/cli add alert
Registry JSON
Usage
import { Alert } from "./shared/ui/components/alert";
export function Example() {
return (
<Alert
design="extended"
appearance="colored"
state="success"
title="Subscription active"
description="Billing and access are already wired."
showActions={false}
/>
);
}
Agent guidance
- Prefer the install command above over manual copying.
- Use the registry JSON for machine-readable source metadata.
- Use this page as the stable HTML reference URL.