From 041989549af79f48e1f37e8a6007bc8aaaf986cf Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Wed, 2 Apr 2025 18:06:01 +0200 Subject: [PATCH] docs(textarea): add badge on unreleased props --- docs/content/3.components/textarea.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/content/3.components/textarea.md b/docs/content/3.components/textarea.md index 9c326d71..008fec35 100644 --- a/docs/content/3.components/textarea.md +++ b/docs/content/3.components/textarea.md @@ -124,7 +124,7 @@ props: --- :: -### Icon +### Icon :badge{label="Not released" class="align-text-top"} Use the `icon` prop to show an [Icon](/components/icon) inside the Textarea. @@ -157,7 +157,7 @@ props: --- :: -### Avatar +### Avatar :badge{label="Not released" class="align-text-top"} Use the `avatar` prop to show an [Avatar](/components/avatar) inside the Textarea. @@ -176,7 +176,7 @@ props: --- :: -### Loading +### Loading :badge{label="Not released" class="align-text-top"} Use the `loading` prop to show a loading icon on the Textarea. @@ -192,7 +192,7 @@ props: --- :: -### Loading Icon +### Loading Icon :badge{label="Not released" class="align-text-top"} Use the `loading-icon` prop to customize the loading icon. Defaults to `i-lucide-refresh-cw`.