docs: remove New badges for edge

This commit is contained in:
Benjamin Canac
2023-10-31 10:23:09 +01:00
parent 033910d90a
commit 1f9a063d98
8 changed files with 5 additions and 13 deletions

View File

@@ -1,8 +1,6 @@
---
title: 'Progress'
description: Show a horizontal bar to indicate task progression.
navigation:
badge: New
links:
- label: GitHub
icon: i-simple-icons-github

View File

@@ -1,8 +1,6 @@
---
title: 'Meter'
description: Display a gauge meter that fills or depletes.
navigation:
badge: New
links:
- label: GitHub
icon: i-simple-icons-github

View File

@@ -137,7 +137,7 @@ The Form component automatically triggers validation upon `submit`, `input`, `bl
Take a look at the component!
::
## Error event :u-badge{label="New" class="align-middle ml-2 !rounded-full" variant="subtle"}
## Error event
You can listen to the `@error` event to handle errors. This event is triggered when the form is validated and contains an array of `FormError` objects with the following fields:

View File

@@ -1,8 +1,6 @@
---
title: RadioGroup
description: Display a set of radio buttons.
navigation:
badge: New
links:
- label: GitHub
icon: i-simple-icons-github

View File

@@ -156,7 +156,7 @@ Use the `sort-desc-icon` prop to set a different icon or change it globally in `
You can also customize the entire header cell, read more in the [Slots](#slots) section.
::
#### Reactive sorting :u-badge{label="New" class="align-middle ml-2 !rounded-full" variant="subtle"}
#### Reactive sorting
Sometimes you will want to fetch new data depending on the sorted column and direction. You can use the `v-model:sort` to automatically update the `ref` reactive element every time the sorting changes on the Table. You may also use `@update:sort` to call your own function with the sorting data.

View File

@@ -91,7 +91,7 @@ excludedProps:
---
::
### First / Last :u-badge{label="New" class="align-middle ml-2 !rounded-full" variant="subtle"}
### First / Last
Use the `first-button` and `last-button` props to customize the first and last buttons of the Pagination.
@@ -126,7 +126,7 @@ Use the `#prev` and `#next` slots to set the content of the previous and next bu
:component-example{component="pagination-example-prev-next-slots"}
### `first` / `last` :u-badge{label="New" class="align-middle ml-2 !rounded-full" variant="subtle"}
### `first` / `last`
Use the `#first` and `#last` slots to set the content of the first and last buttons.

View File

@@ -19,7 +19,7 @@ Use the `mode` prop to switch between `click` and `hover` modes.
:component-example{component="popover-example-mode"}
### Manual :u-badge{label="New" class="align-middle ml-2 !rounded-full" variant="subtle"}
### Manual
Use the `open` prop to manually control showing the panel.

View File

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