Alert
Displays a callout for user attention.
Installation
Usage
<script lang="ts">
import * as Alert from "$lib/components/ui/alert/index.js";
</script>
<Alert.Root>
<Alert.Title>Success! Your changes have been saved</Alert.Title>
<Alert.Description>This is an alert with icon, title and description.</Alert.Description>
</Alert.Root>