From 9f49796bd75b36951e502e5e1eb0a320f6bf5d71 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Tue, 3 Sep 2024 16:42:46 +0200 Subject: [PATCH] docs(alert): add missing `Description` section --- docs/content/3.components/alert.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/content/3.components/alert.md b/docs/content/3.components/alert.md index 1431da54..de7d92ee 100644 --- a/docs/content/3.components/alert.md +++ b/docs/content/3.components/alert.md @@ -19,6 +19,8 @@ props: --- :: +### Description + Use the `description` prop to set the description of the Alert. ::component-code