Skip to content

Commit

Permalink
docs: remove New badges for edge
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Oct 31, 2023
1 parent 3e78327 commit 032f985
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 13 deletions.
2 changes: 0 additions & 2 deletions docs/content/2.elements/10.progress.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 0 additions & 2 deletions docs/content/2.elements/11.meter.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/content/3.forms/10.form.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 0 additions & 2 deletions docs/content/3.forms/6.radio-group.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
title: RadioGroup
description: Display a set of radio buttons.
navigation:
badge: New
links:
- label: GitHub
icon: i-simple-icons-github
Expand Down
2 changes: 1 addition & 1 deletion docs/content/4.data/1.table.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions docs/content/5.navigation/3.pagination.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/content/6.overlays/3.popover.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 0 additions & 2 deletions docs/content/7.layout/4.divider.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 032f985

Please sign in to comment.