diff --git a/docs/content/3.components/0.app.md b/docs/content/3.components/0.app.md index c6e8f0cf..db7340ca 100644 --- a/docs/content/3.components/0.app.md +++ b/docs/content/3.components/0.app.md @@ -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 diff --git a/docs/content/3.components/accordion.md b/docs/content/3.components/accordion.md index 42faff53..a76cd5f8 100644 --- a/docs/content/3.components/accordion.md +++ b/docs/content/3.components/accordion.md @@ -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 diff --git a/docs/content/3.components/avatar-group.md b/docs/content/3.components/avatar-group.md index 895ed6fc..0180c13b 100644 --- a/docs/content/3.components/avatar-group.md +++ b/docs/content/3.components/avatar-group.md @@ -1,6 +1,6 @@ --- title: AvatarGroup -description: '' +description: Stack multiple avatars in a group. links: - label: GitHub icon: i-simple-icons-github diff --git a/docs/content/3.components/avatar.md b/docs/content/3.components/avatar.md index f5190c2d..1a05308c 100644 --- a/docs/content/3.components/avatar.md +++ b/docs/content/3.components/avatar.md @@ -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 diff --git a/docs/content/3.components/breadcrumb.md b/docs/content/3.components/breadcrumb.md index c1e4d3de..8135a361 100644 --- a/docs/content/3.components/breadcrumb.md +++ b/docs/content/3.components/breadcrumb.md @@ -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 diff --git a/docs/content/3.components/button-group.md b/docs/content/3.components/button-group.md index 6f1a809e..48324954 100644 --- a/docs/content/3.components/button-group.md +++ b/docs/content/3.components/button-group.md @@ -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 diff --git a/docs/content/3.components/checkbox.md b/docs/content/3.components/checkbox.md index 6c5c774f..66d2d1d4 100644 --- a/docs/content/3.components/checkbox.md +++ b/docs/content/3.components/checkbox.md @@ -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 diff --git a/docs/content/3.components/collapsible.md b/docs/content/3.components/collapsible.md index ed0d0124..48ea8ad9 100644 --- a/docs/content/3.components/collapsible.md +++ b/docs/content/3.components/collapsible.md @@ -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 diff --git a/docs/content/3.components/command-palette.md b/docs/content/3.components/command-palette.md index 52edf730..f69b7e68 100644 --- a/docs/content/3.components/command-palette.md +++ b/docs/content/3.components/command-palette.md @@ -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 diff --git a/docs/content/3.components/context-menu.md b/docs/content/3.components/context-menu.md index 7dff26a2..64d1feb6 100644 --- a/docs/content/3.components/context-menu.md +++ b/docs/content/3.components/context-menu.md @@ -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 diff --git a/docs/content/3.components/drawer.md b/docs/content/3.components/drawer.md index 495f1f3a..61f13fa1 100644 --- a/docs/content/3.components/drawer.md +++ b/docs/content/3.components/drawer.md @@ -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 diff --git a/docs/content/3.components/dropdown-menu.md b/docs/content/3.components/dropdown-menu.md index 5aae01a2..ff3d09ab 100644 --- a/docs/content/3.components/dropdown-menu.md +++ b/docs/content/3.components/dropdown-menu.md @@ -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 diff --git a/docs/content/3.components/input-menu.md b/docs/content/3.components/input-menu.md index 80f512cd..5e4fe106 100644 --- a/docs/content/3.components/input-menu.md +++ b/docs/content/3.components/input-menu.md @@ -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 diff --git a/docs/content/3.components/kbd.md b/docs/content/3.components/kbd.md index 6307ecf7..9604c1b2 100644 --- a/docs/content/3.components/kbd.md +++ b/docs/content/3.components/kbd.md @@ -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 diff --git a/docs/content/3.components/link.md b/docs/content/3.components/link.md index 8121dce4..9d43f1ef 100644 --- a/docs/content/3.components/link.md +++ b/docs/content/3.components/link.md @@ -1,5 +1,4 @@ --- -title: 'Link' description: Render a NuxtLink but with superpowers. links: - label: GitHub diff --git a/docs/content/3.components/meter.md b/docs/content/3.components/meter.md index b724a818..f4ecbf8b 100644 --- a/docs/content/3.components/meter.md +++ b/docs/content/3.components/meter.md @@ -1,5 +1,4 @@ --- -title: 'Meter' description: Display a gauge meter that fills or depletes. links: - label: GitHub diff --git a/docs/content/3.components/modal.md b/docs/content/3.components/modal.md index 308e6531..fc6d29c7 100644 --- a/docs/content/3.components/modal.md +++ b/docs/content/3.components/modal.md @@ -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 diff --git a/docs/content/3.components/navigation-menu.md b/docs/content/3.components/navigation-menu.md index 2e1aabb4..c24ea8a3 100644 --- a/docs/content/3.components/navigation-menu.md +++ b/docs/content/3.components/navigation-menu.md @@ -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 diff --git a/docs/content/3.components/pagination.md b/docs/content/3.components/pagination.md index 195beedc..5f84a817 100644 --- a/docs/content/3.components/pagination.md +++ b/docs/content/3.components/pagination.md @@ -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 diff --git a/docs/content/3.components/popover.md b/docs/content/3.components/popover.md index 0e8b4f09..e4af3e84 100644 --- a/docs/content/3.components/popover.md +++ b/docs/content/3.components/popover.md @@ -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 diff --git a/docs/content/3.components/progress.md b/docs/content/3.components/progress.md index f804c7db..d5c1025f 100644 --- a/docs/content/3.components/progress.md +++ b/docs/content/3.components/progress.md @@ -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 diff --git a/docs/content/3.components/radio-group.md b/docs/content/3.components/radio-group.md index 112db9fb..0eb311d1 100644 --- a/docs/content/3.components/radio-group.md +++ b/docs/content/3.components/radio-group.md @@ -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 diff --git a/docs/content/3.components/select-menu.md b/docs/content/3.components/select-menu.md index 335ab057..afce02c6 100644 --- a/docs/content/3.components/select-menu.md +++ b/docs/content/3.components/select-menu.md @@ -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 diff --git a/docs/content/3.components/select.md b/docs/content/3.components/select.md index bf6dbab1..013d84ca 100644 --- a/docs/content/3.components/select.md +++ b/docs/content/3.components/select.md @@ -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 diff --git a/docs/content/3.components/separator.md b/docs/content/3.components/separator.md index bafef473..748bcfe1 100644 --- a/docs/content/3.components/separator.md +++ b/docs/content/3.components/separator.md @@ -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 diff --git a/docs/content/3.components/slideover.md b/docs/content/3.components/slideover.md index fb36b939..e91cc44e 100644 --- a/docs/content/3.components/slideover.md +++ b/docs/content/3.components/slideover.md @@ -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 diff --git a/docs/content/3.components/slider.md b/docs/content/3.components/slider.md index aada0929..6a1f026e 100644 --- a/docs/content/3.components/slider.md +++ b/docs/content/3.components/slider.md @@ -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 diff --git a/docs/content/3.components/switch.md b/docs/content/3.components/switch.md index 3225520a..32edfd34 100644 --- a/docs/content/3.components/switch.md +++ b/docs/content/3.components/switch.md @@ -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 diff --git a/docs/content/3.components/table.md b/docs/content/3.components/table.md index d1d2a787..388217b5 100644 --- a/docs/content/3.components/table.md +++ b/docs/content/3.components/table.md @@ -1,5 +1,5 @@ --- -description: 'Display data in a table.' +description: Display data in a table. links: - label: GitHub icon: i-simple-icons-github diff --git a/docs/content/3.components/tabs.md b/docs/content/3.components/tabs.md index b902fad4..f1e83174 100644 --- a/docs/content/3.components/tabs.md +++ b/docs/content/3.components/tabs.md @@ -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 diff --git a/docs/content/3.components/toast.md b/docs/content/3.components/toast.md index 2e44f8ce..180e7c74 100644 --- a/docs/content/3.components/toast.md +++ b/docs/content/3.components/toast.md @@ -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 diff --git a/docs/content/3.components/tooltip.md b/docs/content/3.components/tooltip.md index 90661a70..44351f72 100644 --- a/docs/content/3.components/tooltip.md +++ b/docs/content/3.components/tooltip.md @@ -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