Please annotate all items with the required metadata.
@@ -193,11 +193,17 @@ You can combine this prop with any other prop configuration. If you combine it w
```
-
+
Please annotate all items with the required metadata.
+::: info
+
+To add props to the alert, add the `alert-props` property to the card. Check out [the Alert component docs](/components/ui/alert) to find out which props are supported
+
+:::
+
## Add a topright action
```vue-html
@@ -331,6 +337,15 @@ title="For music lovers"
Access your personal music collection from anywhere. Funkwhale gives you access to publication and sharing tools that you can use to promote your content across the web.
-### Sizes
+### Add color (optional)
-`large` (304px), `medium` (208px), `auto`, `small`
+- Choose a color: `default`, `primary`, `secondary`, `destructive`, or a Pastel (red, yellow, purple, green or blue)
+- Choose a variant: `raised`, `solid`, `outline`,...
+
+Read more: [Using Color](/using-color)
+
+### Set size (optional)
+
+`large` (304px), `medium` (208px), `auto`, `small`, ...
+
+Read more: [Using Width](/using-width)