diff --git a/docs/content/3.components/checkbox-group.md b/docs/content/3.components/checkbox-group.md index cd103877..665f0ea2 100644 --- a/docs/content/3.components/checkbox-group.md +++ b/docs/content/3.components/checkbox-group.md @@ -9,7 +9,7 @@ links: - label: GitHub icon: i-simple-icons-github to: https://github.com/nuxt/ui/tree/v3/src/runtime/components/CheckboxGroup.vue -navigation.badge: Soon +navigation.badge: New --- diff --git a/docs/content/3.components/checkbox.md b/docs/content/3.components/checkbox.md index 2412148c..28e413b7 100644 --- a/docs/content/3.components/checkbox.md +++ b/docs/content/3.components/checkbox.md @@ -156,7 +156,7 @@ props: --- :: -### Variant :badge{label="Not released" class="align-text-top"} +### Variant :badge{label="New" class="align-text-top"} Use the `variant` prop to change the variant of the Checkbox. @@ -190,7 +190,7 @@ props: --- :: -### Indicator :badge{label="Not released" class="align-text-top"} +### Indicator :badge{label="New" class="align-text-top"} Use the `indicator` prop to change the position or hide the indicator. Defaults to `start`. diff --git a/docs/content/3.components/radio-group.md b/docs/content/3.components/radio-group.md index ab6659db..f4b50ec5 100644 --- a/docs/content/3.components/radio-group.md +++ b/docs/content/3.components/radio-group.md @@ -157,7 +157,7 @@ props: --- :: -### Variant :badge{label="Not released" class="align-text-top"} +### Variant :badge{label="New" class="align-text-top"} Use the `variant` prop to change the variant of the RadioGroup. @@ -238,7 +238,7 @@ props: --- :: -### Indicator :badge{label="Not released" class="align-text-top"} +### Indicator :badge{label="New" class="align-text-top"} Use the `indicator` prop to change the position or hide the indicator. Defaults to `start`. diff --git a/docs/content/3.components/textarea.md b/docs/content/3.components/textarea.md index 008fec35..a71346b9 100644 --- a/docs/content/3.components/textarea.md +++ b/docs/content/3.components/textarea.md @@ -124,7 +124,7 @@ props: --- :: -### Icon :badge{label="Not released" class="align-text-top"} +### Icon :badge{label="New" class="align-text-top"} Use the `icon` prop to show an [Icon](/components/icon) inside the Textarea. @@ -157,7 +157,7 @@ props: --- :: -### Avatar :badge{label="Not released" class="align-text-top"} +### Avatar :badge{label="New" class="align-text-top"} Use the `avatar` prop to show an [Avatar](/components/avatar) inside the Textarea. @@ -176,7 +176,7 @@ props: --- :: -### Loading :badge{label="Not released" class="align-text-top"} +### Loading :badge{label="New" class="align-text-top"} Use the `loading` prop to show a loading icon on the Textarea. @@ -192,7 +192,7 @@ props: --- :: -### Loading Icon :badge{label="Not released" class="align-text-top"} +### Loading Icon :badge{label="New" class="align-text-top"} Use the `loading-icon` prop to customize the loading icon. Defaults to `i-lucide-refresh-cw`.