docs: remove New badges on edge version

This commit is contained in:
Benjamin Canac
2023-11-23 12:16:45 +01:00
parent edd92d01a9
commit 26afa45fbf
8 changed files with 6 additions and 10 deletions

View File

@@ -311,7 +311,7 @@ export default defineNuxtConfig({
})
```
### Custom config :u-badge{label="New" class="align-middle ml-2 !rounded-full" variant="subtle"}
### Custom config
If you have specific needs, like using a custom icon collection, you can use the `icons` option in your `nuxt.config.ts` as an object to override the config of the [egoist/tailwindcss-icons](https://github.com/egoist/tailwindcss-icons#plugin-options) plugin.

View File

@@ -1,7 +1,5 @@
---
description: Display a chip indicator on any component.
navigation:
badge: New
links:
- label: GitHub
icon: i-simple-icons-github

View File

@@ -21,7 +21,7 @@ props:
You won't be able to use any icon in the `name` prop here as icons are bundled using [egoist/tailwindcss-icons](https://github.com/egoist/tailwindcss-icons), read more about this in [Theming](/getting-started/theming#icons).
::
### Dynamic :u-badge{label="New" class="align-middle ml-2 !rounded-full" variant="subtle"}
### Dynamic
You can use the `dynamic` prop to enable dynamic icon loading. This will use [`nuxt-icon`](https://github.com/nuxt-modules/icon) instead and allow you to use any icon from [Iconify](https://iconify.design/) as well as the `{collection_name}:{icon_name}` pattern.

View File

@@ -113,7 +113,7 @@ componentProps:
---
::
#### Clear on close :u-badge{label="New" class="align-middle ml-2 !rounded-full" variant="subtle"}
#### Clear on close
By default, the search query will be kept after the menu is closed. To clear it on close, set the `clear-search-on-close` prop.

View File

@@ -26,7 +26,7 @@ props:
---
::
### Size :u-badge{label="New" class="align-middle ml-2 !rounded-full" variant="subtle"}
### Size
Use the `size` prop to change the size of the Toggle.

View File

@@ -163,7 +163,7 @@ code: >-
This will only work with form elements that support the `size` prop.
::
### Eager Validation :u-badge{label="New" class="align-middle ml-2 !rounded-full" variant="subtle"}
### Eager Validation
By default, validation is only triggered after the initial `blur` event. This is to prevent the form from being validated as the user is typing. You can override this behavior by setting the `eager-validation` prop to `true`

View File

@@ -1,8 +1,6 @@
---
title: Breadcrumb
description: A list of links that indicate the current page's location within a navigational hierarchy.
navigation:
badge: New
---
## Usage

View File

@@ -25,7 +25,7 @@ Use the `open` prop to manually control showing the panel.
:component-example{component="popover-example-open"}
### Overlay :u-badge{label="New" class="align-middle ml-2 !rounded-full" variant="subtle"}
### Overlay
:component-example{component="popover-example-overlay"}