```ts import Alert from "~/components/ui/Alert.vue" ``` # Alert | Prop | Data type | Required? | Default | Description | | ------- | -------------------------------------------------- | --------- | ----------- | -------------------------------- | | `color` | `blue` \| `red` \| `purple` \| `green` \| `yellow` | No | `secondary` | The color of the alert container | ## Alert colors Funkwhale alerts support a range of pastel colors for visual appeal. ### Blue ```vue-html Blue alert ``` Blue alert ### Red ```vue-html Red alert ``` Red alert ### Purple ```vue-html Purple alert ``` Purple burglar alert ### Green ```vue-html Green alert ``` Green alert ### Yellow ```vue-html Yellow alert ``` Yellow alert ## Alert actions ```vue-html{3-6} Awesome artist ``` Awesome artist