Alert

Displays a callout for user attention.

Installation

uvx shadcn_django@latest add alert

Usage

<c-alert variant='default'>
    <c-alert.title>Heads up!</c-alert.title>
    <c-alert.description>
    You can add components to your app using the cli.
    </c-alert.description>
</c-alert>