docs: update Edge and New badges

This commit is contained in:
Benjamin Canac
2023-07-18 17:31:04 +02:00
parent a11248fd33
commit c91ea60c84
11 changed files with 11 additions and 13 deletions

View File

@@ -149,7 +149,7 @@ props:
---
::
### Async search
### Async search :u-badge{label="New" class="ml-2 align-text-bottom !rounded-full"}
Pass a function to the `searchable` prop to customize the search behavior and filter options according to your needs. The function will receive the query as its first argument and should return an array.

View File

@@ -39,7 +39,7 @@ props:
---
::
### Style :u-badge{label="New" class="ml-2 align-text-bottom !rounded-full"}
### Style
Use the `color` prop to change the style of the Checkbox.

View File

@@ -53,7 +53,7 @@ props:
---
::
### Style :u-badge{label="New" class="ml-2 align-text-bottom !rounded-full"}
### Style
Use the `color` prop to change the style of the Radio.

View File

@@ -29,7 +29,7 @@ const selected = ref(false)
```
::
### Style :u-badge{label="New" class="ml-2 align-text-bottom !rounded-full"}
### Style
Use the `color` prop to change the style of the Toggle.

View File

@@ -4,8 +4,6 @@ links:
- label: GitHub
icon: i-simple-icons-github
to: https://github.com/nuxtlabs/ui/blob/dev/src/runtime/components/forms/Range.vue
navigation:
badge: New
---
## Usage