Skip to content

Commit

Permalink
docs: edge badges to new following 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Jun 15, 2023
1 parent 07e471d commit b4a02bc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/content/4.data/1.table.md
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ const rows = computed(() => {
```
::

### Loading :u-badge{label="Edge" class="ml-2 align-text-bottom !rounded-full"}
### Loading :u-badge{label="New" class="ml-2 align-text-bottom !rounded-full"}

Use the `loading` prop to display a loading state.

Expand Down Expand Up @@ -566,7 +566,7 @@ const selected = ref([people[1]])
```
::

### `loading-state` :u-badge{label="Edge" class="ml-2 align-text-bottom !rounded-full"}
### `loading-state` :u-badge{label="New" class="ml-2 align-text-bottom !rounded-full"}

Use the `#loading-state` slot to customize the loading state.

Expand Down Expand Up @@ -605,7 +605,7 @@ const pending = ref(true)
```
::

### `empty-state` :u-badge{label="Edge" class="ml-2 align-text-bottom !rounded-full"}
### `empty-state` :u-badge{label="New" class="ml-2 align-text-bottom !rounded-full"}

Use the `#empty-state` slot to customize the empty state.

Expand Down
2 changes: 1 addition & 1 deletion docs/content/5.navigation/2.command-palette.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ Take a look at the component!

## Slots

### `empty-state` :u-badge{label="Edge" class="ml-2 align-text-bottom !rounded-full"}
### `empty-state` :u-badge{label="New" class="ml-2 align-text-bottom !rounded-full"}

Use the `#empty-state` slot to customize the empty state.

Expand Down
2 changes: 1 addition & 1 deletion docs/content/5.navigation/3.pagination.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
github: true
description: Add a pagination to handle pages.
navigation:
badge: 'Edge'
badge: 'New'
---

## Usage
Expand Down

1 comment on commit b4a02bc

@vercel
Copy link

@vercel vercel bot commented on b4a02bc Jun 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ui – ./

ui-git-dev-nuxtlabs.vercel.app
ui-nuxtlabs.vercel.app
ui.nuxtlabs.com

Please sign in to comment.