Alert
Displays a callout for user attention.
Heads up!
You can add components to your app using the cli.
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>