diff --git a/docs/content/4.data/1.table.md b/docs/content/4.data/1.table.md index 4a7e2276..56c60885 100644 --- a/docs/content/4.data/1.table.md +++ b/docs/content/4.data/1.table.md @@ -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. @@ -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. @@ -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. diff --git a/docs/content/5.navigation/2.command-palette.md b/docs/content/5.navigation/2.command-palette.md index 0170c8ea..583442c5 100644 --- a/docs/content/5.navigation/2.command-palette.md +++ b/docs/content/5.navigation/2.command-palette.md @@ -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. diff --git a/docs/content/5.navigation/3.pagination.md b/docs/content/5.navigation/3.pagination.md index 33c58b97..eb786f2e 100644 --- a/docs/content/5.navigation/3.pagination.md +++ b/docs/content/5.navigation/3.pagination.md @@ -2,7 +2,7 @@ github: true description: Add a pagination to handle pages. navigation: - badge: 'Edge' + badge: 'New' --- ## Usage