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

@@ -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.