diff --git a/docs/app/components/content/ComponentTheme.vue b/docs/app/components/content/ComponentTheme.vue index 398950f6..0a38faa0 100644 --- a/docs/app/components/content/ComponentTheme.vue +++ b/docs/app/components/content/ComponentTheme.vue @@ -54,7 +54,7 @@ export default defineAppConfig(${json5.stringify(component.value, null, 2).repla ${strippedCompoundVariants.value ? ` -::callout{icon="i-simple-icons-github" to="https://github.com/benjamincanac/ui3/blob/dev/src/theme/${name}.ts"} +::callout{icon="i-simple-icons-github" to="https://github.com/nuxt/ui/blob/v3/src/theme/${name}.ts"} Some colors in \`compoundVariants\` are omitted for readability. Check out the source code on GitHub. ::` : ''} diff --git a/docs/content/3.components/0.app.md b/docs/content/3.components/0.app.md index c282b387..bddad542 100644 --- a/docs/content/3.components/0.app.md +++ b/docs/content/3.components/0.app.md @@ -4,7 +4,7 @@ description: Wraps your app to provide global configurations and more. links: - label: GitHub icon: i-simple-icons-github - to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/App.vue + to: https://github.com/nuxt/ui/tree/v3/src/runtime/components/App.vue --- ## Usage diff --git a/docs/content/3.components/accordion.md b/docs/content/3.components/accordion.md index ba4d7c4f..b2df44ce 100644 --- a/docs/content/3.components/accordion.md +++ b/docs/content/3.components/accordion.md @@ -6,7 +6,7 @@ links: to: https://www.radix-vue.com/components/accordion.html - label: GitHub icon: i-simple-icons-github - to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/Accordion.vue + to: https://github.com/nuxt/ui/tree/v3/src/runtime/components/Accordion.vue --- ## Usage diff --git a/docs/content/3.components/alert.md b/docs/content/3.components/alert.md index 7a8e865c..c1159f3a 100644 --- a/docs/content/3.components/alert.md +++ b/docs/content/3.components/alert.md @@ -3,7 +3,7 @@ description: A callout to draw user's attention. links: - label: GitHub icon: i-simple-icons-github - to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/Alert.vue + to: https://github.com/nuxt/ui/tree/v3/src/runtime/components/Alert.vue --- ## Usage diff --git a/docs/content/3.components/avatar-group.md b/docs/content/3.components/avatar-group.md index 871dea78..a76dd434 100644 --- a/docs/content/3.components/avatar-group.md +++ b/docs/content/3.components/avatar-group.md @@ -4,7 +4,7 @@ description: Stack multiple avatars in a group. links: - label: GitHub icon: i-simple-icons-github - to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/AvatarGroup.vue + to: https://github.com/nuxt/ui/tree/v3/src/runtime/components/AvatarGroup.vue --- ## Usage diff --git a/docs/content/3.components/avatar.md b/docs/content/3.components/avatar.md index 80c1a9f8..ed8238a0 100644 --- a/docs/content/3.components/avatar.md +++ b/docs/content/3.components/avatar.md @@ -6,7 +6,7 @@ links: to: https://www.radix-vue.com/components/avatar.html - label: GitHub icon: i-simple-icons-github - to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/Avatar.vue + to: https://github.com/nuxt/ui/tree/v3/src/runtime/components/Avatar.vue --- ## Usage diff --git a/docs/content/3.components/badge.md b/docs/content/3.components/badge.md index 962f24a0..57cda91a 100644 --- a/docs/content/3.components/badge.md +++ b/docs/content/3.components/badge.md @@ -3,7 +3,7 @@ description: A short text to represent a status or a category. links: - label: GitHub icon: i-simple-icons-github - to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/Badge.vue + to: https://github.com/nuxt/ui/tree/v3/src/runtime/components/Badge.vue --- ## Usage diff --git a/docs/content/3.components/breadcrumb.md b/docs/content/3.components/breadcrumb.md index 3711a689..114d5304 100644 --- a/docs/content/3.components/breadcrumb.md +++ b/docs/content/3.components/breadcrumb.md @@ -3,7 +3,7 @@ description: A hierarchy of links to navigate through a website. links: - label: GitHub icon: i-simple-icons-github - to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/Breadcrumb.vue + to: https://github.com/nuxt/ui/tree/v3/src/runtime/components/Breadcrumb.vue --- ## Usage diff --git a/docs/content/3.components/button-group.md b/docs/content/3.components/button-group.md index 20b597b5..fd064409 100644 --- a/docs/content/3.components/button-group.md +++ b/docs/content/3.components/button-group.md @@ -4,7 +4,7 @@ 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/ButtonGroup.vue + to: https://github.com/nuxt/ui/tree/v3/src/runtime/components/ButtonGroup.vue --- ## Usage diff --git a/docs/content/3.components/button.md b/docs/content/3.components/button.md index 7b4f8285..a0bbb2e3 100644 --- a/docs/content/3.components/button.md +++ b/docs/content/3.components/button.md @@ -3,7 +3,7 @@ description: A button element that can act as a link or trigger an action. 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/nuxt/ui/tree/v3/src/runtime/components/Button.vue --- ## Usage @@ -232,7 +232,7 @@ ignore: --- :: -::callout{icon="i-simple-icons-github" to="https://github.com/benjamincanac/ui3/blob/dev/src/runtime/components/Link.vue#L13"} +::callout{icon="i-simple-icons-github" to="https://github.com/nuxt/ui/blob/v3/src/runtime/components/Link.vue#L13"} The `Button` component extends the `Link` component. Check out the source code on GitHub. :: diff --git a/docs/content/3.components/card.md b/docs/content/3.components/card.md index 34026e7e..8dd1d0bc 100644 --- a/docs/content/3.components/card.md +++ b/docs/content/3.components/card.md @@ -3,7 +3,7 @@ description: Display content in a card with a header, body and footer. links: - label: GitHub icon: i-simple-icons-github - to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/Card.vue + to: https://github.com/nuxt/ui/tree/v3/src/runtime/components/Card.vue --- ## Usage diff --git a/docs/content/3.components/carousel.md b/docs/content/3.components/carousel.md index 2ffe6e27..f46ca794 100644 --- a/docs/content/3.components/carousel.md +++ b/docs/content/3.components/carousel.md @@ -3,7 +3,7 @@ description: A carousel with motion and swipe support. links: - label: GitHub icon: i-simple-icons-github - to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/Carousel.vue + to: https://github.com/nuxt/ui/tree/v3/src/runtime/components/Carousel.vue navigation: badge: label: Todo diff --git a/docs/content/3.components/checkbox.md b/docs/content/3.components/checkbox.md index 18cdeaca..f66c9cc8 100644 --- a/docs/content/3.components/checkbox.md +++ b/docs/content/3.components/checkbox.md @@ -6,7 +6,7 @@ links: to: https://www.radix-vue.com/components/checkbox.html - label: GitHub icon: i-simple-icons-github - to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/Checkbox.vue + to: https://github.com/nuxt/ui/tree/v3/src/runtime/components/Checkbox.vue --- ## Usage diff --git a/docs/content/3.components/chip.md b/docs/content/3.components/chip.md index 59f35e30..e04043a9 100644 --- a/docs/content/3.components/chip.md +++ b/docs/content/3.components/chip.md @@ -3,7 +3,7 @@ description: An indicator of a numeric value or a state. links: - label: GitHub icon: i-simple-icons-github - to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/Chip.vue + to: https://github.com/nuxt/ui/tree/v3/src/runtime/components/Chip.vue --- ## Usage diff --git a/docs/content/3.components/collapsible.md b/docs/content/3.components/collapsible.md index 4f8b7e00..09298f6a 100644 --- a/docs/content/3.components/collapsible.md +++ b/docs/content/3.components/collapsible.md @@ -6,7 +6,7 @@ links: to: https://www.radix-vue.com/components/collapsible.html - label: GitHub icon: i-simple-icons-github - to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/Collapsible.vue + to: https://github.com/nuxt/ui/tree/v3/src/runtime/components/Collapsible.vue --- ## Usage diff --git a/docs/content/3.components/command-palette.md b/docs/content/3.components/command-palette.md index 3d686184..e994f519 100644 --- a/docs/content/3.components/command-palette.md +++ b/docs/content/3.components/command-palette.md @@ -7,16 +7,37 @@ links: to: https://www.radix-vue.com/components/combobox.html - label: GitHub icon: i-simple-icons-github - to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/CommandPalette.vue -navigation: - badge: - label: Todo + to: https://github.com/nuxt/ui/tree/v3/src/runtime/components/CommandPalette.vue --- ## Usage ## Examples +### Control search term + +### Control selected value + +### With fetched items + +### With filtered items + +### Within a modal + +### Within a drawer + +### Within a popover + +### Listen open state + +### With custom search + +### With highlighted search + +### With custom slot + +### With empty slot + ## API ### Props diff --git a/docs/content/3.components/container.md b/docs/content/3.components/container.md index d6aee716..cdf88438 100644 --- a/docs/content/3.components/container.md +++ b/docs/content/3.components/container.md @@ -3,7 +3,7 @@ description: A container lets you center and constrain the width of your content links: - label: GitHub icon: i-simple-icons-github - to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/Container.vue + to: https://github.com/nuxt/ui/tree/v3/src/runtime/components/Container.vue --- ## Usage diff --git a/docs/content/3.components/context-menu.md b/docs/content/3.components/context-menu.md index 9eaf9d5b..f3aa3ad3 100644 --- a/docs/content/3.components/context-menu.md +++ b/docs/content/3.components/context-menu.md @@ -7,7 +7,7 @@ links: to: https://www.radix-vue.com/components/context-menu.html - label: GitHub icon: i-simple-icons-github - to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/ContextMenu.vue + to: https://github.com/nuxt/ui/tree/v3/src/runtime/components/ContextMenu.vue --- ## Usage diff --git a/docs/content/3.components/drawer.md b/docs/content/3.components/drawer.md index 3d62ebf1..21112606 100644 --- a/docs/content/3.components/drawer.md +++ b/docs/content/3.components/drawer.md @@ -6,7 +6,7 @@ links: 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 + to: https://github.com/nuxt/ui/tree/v3/src/runtime/components/Drawer.vue --- ## Usage diff --git a/docs/content/3.components/dropdown-menu.md b/docs/content/3.components/dropdown-menu.md index 624d48da..ebe57329 100644 --- a/docs/content/3.components/dropdown-menu.md +++ b/docs/content/3.components/dropdown-menu.md @@ -7,7 +7,7 @@ links: to: https://www.radix-vue.com/components/dropdown-menu.html - label: GitHub icon: i-simple-icons-github - to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/DropdownMenu.vue + to: https://github.com/nuxt/ui/tree/v3/src/runtime/components/DropdownMenu.vue --- ## Usage diff --git a/docs/content/3.components/form-field.md b/docs/content/3.components/form-field.md index 6abeb804..4e5466e5 100644 --- a/docs/content/3.components/form-field.md +++ b/docs/content/3.components/form-field.md @@ -4,7 +4,7 @@ description: A wrapper for form elements that provides validation and error hand links: - label: GitHub icon: i-simple-icons-github - to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/FormField.vue + to: https://github.com/nuxt/ui/tree/v3/src/runtime/components/FormField.vue --- ## Usage diff --git a/docs/content/3.components/form.md b/docs/content/3.components/form.md index f0906688..7bfd2f6f 100644 --- a/docs/content/3.components/form.md +++ b/docs/content/3.components/form.md @@ -3,7 +3,7 @@ description: A form element that provides validation and submission handling. links: - label: GitHub icon: i-simple-icons-github - to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/Form.vue + to: https://github.com/nuxt/ui/tree/v3/src/runtime/components/Form.vue navigation: badge: label: Todo diff --git a/docs/content/3.components/input-menu.md b/docs/content/3.components/input-menu.md index 40581718..7eec9f87 100644 --- a/docs/content/3.components/input-menu.md +++ b/docs/content/3.components/input-menu.md @@ -7,7 +7,7 @@ links: to: https://www.radix-vue.com/components/combobox.html - label: GitHub icon: i-simple-icons-github - to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/InputMenu.vue + to: https://github.com/nuxt/ui/tree/v3/src/runtime/components/InputMenu.vue navigation: badge: label: Todo diff --git a/docs/content/3.components/input.md b/docs/content/3.components/input.md index c11ba615..7baf2d62 100644 --- a/docs/content/3.components/input.md +++ b/docs/content/3.components/input.md @@ -3,7 +3,7 @@ description: An input element to enter text. links: - label: GitHub icon: i-simple-icons-github - to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/Input.vue + to: https://github.com/nuxt/ui/tree/v3/src/runtime/components/Input.vue --- ## Usage diff --git a/docs/content/3.components/kbd.md b/docs/content/3.components/kbd.md index 699e0f89..0f8375f7 100644 --- a/docs/content/3.components/kbd.md +++ b/docs/content/3.components/kbd.md @@ -4,7 +4,7 @@ description: A kbd element to display a keyboard key. links: - label: GitHub icon: i-simple-icons-github - to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/Kbd.vue + to: https://github.com/nuxt/ui/tree/v3/src/runtime/components/Kbd.vue navigation: title: Kbd --- @@ -31,7 +31,7 @@ props: --- :: -You can pass special keys to the `value` prop that goes through the [`useKbd`](https://github.com/benjamincanac/ui3/blob/dev/src/runtime/composables/useKbd.ts) composable. For example, the `meta` key displays as `⌘` on macOS and `Ctrl` on other platforms. +You can pass special keys to the `value` prop that goes through the [`useKbd`](https://github.com/nuxt/ui/blob/v3/src/runtime/composables/useKbd.ts) composable. For example, the `meta` key displays as `⌘` on macOS and `Ctrl` on other platforms. ::component-code --- diff --git a/docs/content/3.components/link.md b/docs/content/3.components/link.md index e553c4fe..52e846c5 100644 --- a/docs/content/3.components/link.md +++ b/docs/content/3.components/link.md @@ -3,7 +3,7 @@ description: A wrapper around with extra props. links: - label: GitHub icon: i-simple-icons-github - to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/Link.vue + to: https://github.com/nuxt/ui/tree/v3/src/runtime/components/Link.vue --- ## Usage diff --git a/docs/content/3.components/meter.md b/docs/content/3.components/meter.md index 4f719e63..a8699ec3 100644 --- a/docs/content/3.components/meter.md +++ b/docs/content/3.components/meter.md @@ -3,7 +3,7 @@ description: A gauge meter that fills or depletes. links: - label: GitHub icon: i-simple-icons-github - to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/Meter.vue + to: https://github.com/nuxt/ui/tree/v3/src/runtime/components/Meter.vue navigation: false --- diff --git a/docs/content/3.components/modal.md b/docs/content/3.components/modal.md index bba8c0ac..75079787 100644 --- a/docs/content/3.components/modal.md +++ b/docs/content/3.components/modal.md @@ -6,7 +6,7 @@ links: to: https://www.radix-vue.com/components/dialog.html - label: GitHub icon: i-simple-icons-github - to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/Modal.vue + to: https://github.com/nuxt/ui/tree/v3/src/runtime/components/Modal.vue --- ## Usage @@ -281,7 +281,7 @@ This allows you to move the trigger outside of the Modal or remove it entirely. You can use the [`useModal`](/composables/use-modal) composable to open a Modal programatically. ::important -Make sure to wrap your app with the [App](/components/app) component which uses the [ModalProvider](https://github.com/benjamincanac/ui3/blob/dev/src/runtime/components/ModalProvider.vue) component. +Make sure to wrap your app with the [App](/components/app) component which uses the [ModalProvider](https://github.com/nuxt/ui/blob/v3/src/runtime/components/ModalProvider.vue) component. :: First, create a modal component that will be opened programatically: diff --git a/docs/content/3.components/navigation-menu.md b/docs/content/3.components/navigation-menu.md index 464a0b7b..94d9cb05 100644 --- a/docs/content/3.components/navigation-menu.md +++ b/docs/content/3.components/navigation-menu.md @@ -7,7 +7,7 @@ links: to: https://www.radix-vue.com/components/navigation-menu.html - label: GitHub icon: i-simple-icons-github - to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/NavigationMenu.vue + to: https://github.com/nuxt/ui/tree/v3/src/runtime/components/NavigationMenu.vue --- ## Usage diff --git a/docs/content/3.components/pagination.md b/docs/content/3.components/pagination.md index b6f9212a..46cc1223 100644 --- a/docs/content/3.components/pagination.md +++ b/docs/content/3.components/pagination.md @@ -6,7 +6,7 @@ links: to: https://www.radix-vue.com/components/pagination.html - label: GitHub icon: i-simple-icons-github - to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/Pagination.vue + to: https://github.com/nuxt/ui/tree/v3/src/runtime/components/Pagination.vue navigation: badge: label: Todo diff --git a/docs/content/3.components/popover.md b/docs/content/3.components/popover.md index 3d8ce94b..d8991c2f 100644 --- a/docs/content/3.components/popover.md +++ b/docs/content/3.components/popover.md @@ -6,7 +6,7 @@ links: to: https://www.radix-vue.com/components/popover.html - label: GitHub icon: i-simple-icons-github - to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/Popover.vue + to: https://github.com/nuxt/ui/tree/v3/src/runtime/components/Popover.vue --- ## Usage diff --git a/docs/content/3.components/progress.md b/docs/content/3.components/progress.md index aa0d3ae8..df4d8a59 100644 --- a/docs/content/3.components/progress.md +++ b/docs/content/3.components/progress.md @@ -6,7 +6,7 @@ links: to: https://www.radix-vue.com/components/progress.html - label: GitHub icon: i-simple-icons-github - to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/Progress.vue + to: https://github.com/nuxt/ui/tree/v3/src/runtime/components/Progress.vue --- ## Usage diff --git a/docs/content/3.components/radio-group.md b/docs/content/3.components/radio-group.md index ebe67e50..ad1669a4 100644 --- a/docs/content/3.components/radio-group.md +++ b/docs/content/3.components/radio-group.md @@ -7,7 +7,7 @@ links: to: https://www.radix-vue.com/components/radio-group.html - label: GitHub icon: i-simple-icons-github - to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/RadioGroup.vue + to: https://github.com/nuxt/ui/tree/v3/src/runtime/components/RadioGroup.vue --- ## Usage diff --git a/docs/content/3.components/select-menu.md b/docs/content/3.components/select-menu.md index 44c6598b..a3349c6d 100644 --- a/docs/content/3.components/select-menu.md +++ b/docs/content/3.components/select-menu.md @@ -7,7 +7,7 @@ links: to: https://www.radix-vue.com/components/combobox.html - label: GitHub icon: i-simple-icons-github - to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/SelectMenu.vue + to: https://github.com/nuxt/ui/tree/v3/src/runtime/components/SelectMenu.vue navigation: badge: label: Todo diff --git a/docs/content/3.components/select.md b/docs/content/3.components/select.md index bbabed73..44272a6f 100644 --- a/docs/content/3.components/select.md +++ b/docs/content/3.components/select.md @@ -6,7 +6,7 @@ links: to: https://www.radix-vue.com/components/select.html - label: GitHub icon: i-simple-icons-github - to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/Select.vue + to: https://github.com/nuxt/ui/tree/v3/src/runtime/components/Select.vue --- ## Usage diff --git a/docs/content/3.components/separator.md b/docs/content/3.components/separator.md index 9fd16042..d3300ebf 100644 --- a/docs/content/3.components/separator.md +++ b/docs/content/3.components/separator.md @@ -6,7 +6,7 @@ links: to: https://www.radix-vue.com/components/separator.html - label: GitHub icon: i-simple-icons-github - to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/Separator.vue + to: https://github.com/nuxt/ui/tree/v3/src/runtime/components/Separator.vue --- ## Usage diff --git a/docs/content/3.components/skeleton.md b/docs/content/3.components/skeleton.md index bf5802a4..c2894aff 100644 --- a/docs/content/3.components/skeleton.md +++ b/docs/content/3.components/skeleton.md @@ -3,7 +3,7 @@ description: A placeholder to show while content is loading. links: - label: GitHub icon: i-simple-icons-github - to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/Skeleton.vue + to: https://github.com/nuxt/ui/tree/v3/src/runtime/components/Skeleton.vue --- ## Usage diff --git a/docs/content/3.components/slideover.md b/docs/content/3.components/slideover.md index d84803c1..d3254160 100644 --- a/docs/content/3.components/slideover.md +++ b/docs/content/3.components/slideover.md @@ -6,7 +6,7 @@ links: to: https://www.radix-vue.com/components/dialog.html - label: GitHub icon: i-simple-icons-github - to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/Slideover.vue + to: https://github.com/nuxt/ui/tree/v3/src/runtime/components/Slideover.vue --- ## Usage @@ -280,7 +280,7 @@ This allows you to move the trigger outside of the Slideover or remove it entire You can use the [`useSlideover`](/composables/use-slideover) composable to open a Slideover programatically. ::important -Make sure to wrap your app with the [App](/components/app) component which uses the [SlideoverProvider](https://github.com/benjamincanac/ui3/blob/dev/src/runtime/components/SlideoverProvider.vue) component. +Make sure to wrap your app with the [App](/components/app) component which uses the [SlideoverProvider](https://github.com/nuxt/ui/blob/v3/src/runtime/components/SlideoverProvider.vue) component. :: First, create a slideover component that will be opened programatically: diff --git a/docs/content/3.components/slider.md b/docs/content/3.components/slider.md index 955cbb43..c26dfba2 100644 --- a/docs/content/3.components/slider.md +++ b/docs/content/3.components/slider.md @@ -6,7 +6,7 @@ links: to: https://www.radix-vue.com/components/slider.html - label: GitHub icon: i-simple-icons-github - to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/Slider.vue + to: https://github.com/nuxt/ui/tree/v3/src/runtime/components/Slider.vue --- ## Usage diff --git a/docs/content/3.components/switch.md b/docs/content/3.components/switch.md index dd9a9149..0561e9ca 100644 --- a/docs/content/3.components/switch.md +++ b/docs/content/3.components/switch.md @@ -6,7 +6,7 @@ links: to: https://www.radix-vue.com/components/switch.html - label: GitHub icon: i-simple-icons-github - to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/Switch.vue + to: https://github.com/nuxt/ui/tree/v3/src/runtime/components/Switch.vue --- ## Usage diff --git a/docs/content/3.components/table.md b/docs/content/3.components/table.md index 2288b55f..0982b7b2 100644 --- a/docs/content/3.components/table.md +++ b/docs/content/3.components/table.md @@ -3,7 +3,7 @@ description: A responsive table element to display data in rows and columns. links: - label: GitHub icon: i-simple-icons-github - to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/Table.vue + to: https://github.com/nuxt/ui/tree/v3/src/runtime/components/Table.vue navigation: badge: label: Todo diff --git a/docs/content/3.components/tabs.md b/docs/content/3.components/tabs.md index 58f32a37..7c2a3f05 100644 --- a/docs/content/3.components/tabs.md +++ b/docs/content/3.components/tabs.md @@ -6,7 +6,7 @@ links: to: https://www.radix-vue.com/components/tabs.html - label: GitHub icon: i-simple-icons-github - to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/Tabs.vue + to: https://github.com/nuxt/ui/tree/v3/src/runtime/components/Tabs.vue --- ## Usage diff --git a/docs/content/3.components/textarea.md b/docs/content/3.components/textarea.md index 854a8ab9..54253ba8 100644 --- a/docs/content/3.components/textarea.md +++ b/docs/content/3.components/textarea.md @@ -3,7 +3,7 @@ description: A textarea element to input multi-line text. links: - label: GitHub icon: i-simple-icons-github - to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/Textarea.vue + to: https://github.com/nuxt/ui/tree/v3/src/runtime/components/Textarea.vue --- ## Usage diff --git a/docs/content/3.components/toast.md b/docs/content/3.components/toast.md index aac3be5b..5f0311b7 100644 --- a/docs/content/3.components/toast.md +++ b/docs/content/3.components/toast.md @@ -6,7 +6,7 @@ links: to: https://www.radix-vue.com/components/toast.html - label: GitHub icon: i-simple-icons-github - to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/Toast.vue + to: https://github.com/nuxt/ui/tree/v3/src/runtime/components/Toast.vue navigation: badge: label: Todo @@ -17,7 +17,7 @@ navigation: Use the [useToast](/composables/use-toast) composable to display a toast in your application. ::important -Make sure to wrap your app with the [App](/components/app) component which uses our [Toaster](https://github.com/benjamincanac/ui3/blob/dev/src/runtime/components/Toaster.vue) component which uses the [ToastProvider](https://www.radix-vue.com/components/toast.html#provider) component from Radix Vue. +Make sure to wrap your app with the [App](/components/app) component which uses our [Toaster](https://github.com/nuxt/ui/blob/v3/src/runtime/components/Toaster.vue) component which uses the [ToastProvider](https://www.radix-vue.com/components/toast.html#provider) component from Radix Vue. :: ::tip{to="/components/app#props"} diff --git a/docs/content/3.components/tooltip.md b/docs/content/3.components/tooltip.md index 3621012e..e199912d 100644 --- a/docs/content/3.components/tooltip.md +++ b/docs/content/3.components/tooltip.md @@ -6,7 +6,7 @@ links: to: https://www.radix-vue.com/components/tooltip.html - label: GitHub icon: i-simple-icons-github - to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/Tooltip.vue + to: https://github.com/nuxt/ui/tree/v3/src/runtime/components/Tooltip.vue --- ## Usage