docs(components): update radix-vue links labels

This commit is contained in:
Benjamin Canac
2024-07-11 18:18:33 +02:00
parent e7e1b2339f
commit 9420a686bb
32 changed files with 35 additions and 39 deletions

View File

@@ -4,7 +4,7 @@ description: Starting point for your Nuxt UI app.
links:
- label: GitHub
icon: i-simple-icons-github
to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/Accordion.vue
to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/App.vue
---
## Usage

View File

@@ -1,7 +1,7 @@
---
description: Display togglable accordion panels.
links:
- label: Radix Vue
- label: Accordion
icon: i-custom-radix-vue
to: https://www.radix-vue.com/components/accordion.html
- label: GitHub

View File

@@ -1,6 +1,6 @@
---
title: AvatarGroup
description: ''
description: Stack multiple avatars in a group.
links:
- label: GitHub
icon: i-simple-icons-github

View File

@@ -1,7 +1,7 @@
---
description: Display an image that represents a resource or a group of resources.
links:
- label: Radix Vue
- label: Avatar
icon: i-custom-radix-vue
to: https://www.radix-vue.com/components/avatar.html
- label: GitHub

View File

@@ -1,5 +1,4 @@
---
title: Breadcrumb
description: A list of links that indicate the current page's location within a navigational hierarchy.
links:
- label: GitHub

View File

@@ -1,10 +1,10 @@
---
title: ButtonGroup
description: ''
description: Group multiple button-like elements together.
links:
- label: GitHub
icon: i-simple-icons-github
to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/Button.vue
to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/ButtonGroup.vue
---
## Usage

View File

@@ -1,7 +1,7 @@
---
description: Display a checkbox field.
links:
- label: Radix Vue
- label: Checkbox
icon: i-custom-radix-vue
to: https://www.radix-vue.com/components/checkbox.html
- label: GitHub

View File

@@ -1,7 +1,7 @@
---
description: A container lets you center and constrain the width of your content.
links:
- label: Radix Vue
- label: Collapsible
icon: i-custom-radix-vue
to: https://www.radix-vue.com/components/collapsible.html
- label: GitHub

View File

@@ -2,7 +2,7 @@
title: CommandPalette
description: Add a customizable command palette to your app.
links:
- label: Radix Vue
- label: Combobox
icon: i-custom-radix-vue
to: https://www.radix-vue.com/components/combobox.html
- label: GitHub

View File

@@ -2,7 +2,7 @@
title: ContextMenu
description: Display a menu that appears on right click.
links:
- label: Radix Vue
- label: ContextMenu
icon: i-custom-radix-vue
to: https://www.radix-vue.com/components/context-menu.html
- label: GitHub

View File

@@ -1,9 +1,9 @@
---
description: ''
description: Display a drawer element to show additional content.
links:
- label: Vaul Vue
- label: Drawer
icon: i-custom-radix-vue
to: https://vaul.unovue.com/
to: https://github.com/radix-vue/vaul-vue
- label: GitHub
icon: i-simple-icons-github
to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/Drawer.vue

View File

@@ -2,7 +2,7 @@
title: DropdownMenu
description: Display a list of actions in a dropdown menu.
links:
- label: Radix Vue
- label: DropdownMenu
icon: i-custom-radix-vue
to: https://www.radix-vue.com/components/dropdown-menu.html
- label: GitHub

View File

@@ -2,7 +2,7 @@
title: InputMenu
description: Display an autocomplete input with real-time suggestions.
links:
- label: Radix Vue
- label: Combobox
icon: i-custom-radix-vue
to: https://www.radix-vue.com/components/combobox.html
- label: GitHub

View File

@@ -1,12 +1,12 @@
---
title: 'Keyboard Key'
title: Keyboard Key
description: Display a keyboard key in a text block.
links:
- label: GitHub
icon: i-simple-icons-github
to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/Kbd.vue
navigation:
title: 'Kbd'
title: Kbd
---
## Usage

View File

@@ -1,5 +1,4 @@
---
title: 'Link'
description: Render a NuxtLink but with superpowers.
links:
- label: GitHub

View File

@@ -1,5 +1,4 @@
---
title: 'Meter'
description: Display a gauge meter that fills or depletes.
links:
- label: GitHub

View File

@@ -1,7 +1,7 @@
---
description: Display a modal within your application.
links:
- label: Radix Vue
- label: Dialog
icon: i-custom-radix-vue
to: https://www.radix-vue.com/components/dialog.html
- label: GitHub

View File

@@ -2,7 +2,7 @@
title: NavigationMenu
description: Display a list of horizontal links.
links:
- label: Radix Vue
- label: NavigationMenu
icon: i-custom-radix-vue
to: https://www.radix-vue.com/components/navigation-menu.html
- label: GitHub

View File

@@ -1,7 +1,7 @@
---
description: Add a pagination to handle pages.
links:
- label: Radix Vue
- label: Pagination
icon: i-custom-radix-vue
to: https://www.radix-vue.com/components/pagination.html
- label: GitHub

View File

@@ -1,7 +1,7 @@
---
description: Display a non-modal dialog that floats around a trigger element.
links:
- label: Radix Vue
- label: Popover
icon: i-custom-radix-vue
to: https://www.radix-vue.com/components/popover.html
- label: GitHub

View File

@@ -1,8 +1,7 @@
---
title: 'Progress'
description: Show a horizontal bar to indicate task progression.
links:
- label: Radix Vue
- label: Progress
icon: i-custom-radix-vue
to: https://www.radix-vue.com/components/progress.html
- label: GitHub

View File

@@ -2,7 +2,7 @@
title: RadioGroup
description: Display a set of radio buttons.
links:
- label: Radix Vue
- label: RadioGroup
icon: i-custom-radix-vue
to: https://www.radix-vue.com/components/radio-group.html
- label: GitHub

View File

@@ -2,7 +2,7 @@
title: SelectMenu
description: Display a select menu with advanced features.
links:
- label: Radix Vue
- label: Combobox
icon: i-custom-radix-vue
to: https://www.radix-vue.com/components/combobox.html
- label: GitHub

View File

@@ -1,7 +1,7 @@
---
description: Display a select field.
links:
- label: Radix Vue
- label: Select
icon: i-custom-radix-vue
to: https://www.radix-vue.com/components/select.html
- label: GitHub

View File

@@ -1,7 +1,7 @@
---
description: Display a separator between content.
links:
- label: Radix Vue
- label: Separator
icon: i-custom-radix-vue
to: https://www.radix-vue.com/components/separator.html
- label: GitHub

View File

@@ -1,7 +1,7 @@
---
description: Display a dialog that slides in from the edge of the screen.
links:
- label: Radix Vue
- label: Dialog
icon: i-custom-radix-vue
to: https://www.radix-vue.com/components/dialog.html
- label: GitHub

View File

@@ -1,7 +1,7 @@
---
description: Display a range field
description: An input to select a numeric value within a range.
links:
- label: Radix Vue
- label: Slider
icon: i-custom-radix-vue
to: https://www.radix-vue.com/components/slider.html
- label: GitHub

View File

@@ -1,7 +1,7 @@
---
description: Display a toggle field.
description: A control that toggles between two states.
links:
- label: Radix Vue
- label: Switch
icon: i-custom-radix-vue
to: https://www.radix-vue.com/components/switch.html
- label: GitHub

View File

@@ -1,5 +1,5 @@
---
description: 'Display data in a table.'
description: Display data in a table.
links:
- label: GitHub
icon: i-simple-icons-github

View File

@@ -1,7 +1,7 @@
---
description: A set of tab panels that are displayed one at a time.
links:
- label: Radix Vue
- label: Tabs
icon: i-custom-radix-vue
to: https://www.radix-vue.com/components/tabs.html
- label: GitHub

View File

@@ -1,7 +1,7 @@
---
description: Display a toast notification in your app.
links:
- label: Radix Vue
- label: Toast
icon: i-custom-radix-vue
to: https://www.radix-vue.com/components/toast.html
- label: GitHub

View File

@@ -1,7 +1,7 @@
---
description: Display content that appears on hover next to an element.
links:
- label: Radix Vue
- label: Tooltip
icon: i-custom-radix-vue
to: https://www.radix-vue.com/components/tooltip.html
- label: GitHub