docs(components): fix github links

This commit is contained in:
Benjamin Canac
2024-09-05 12:02:21 +02:00
parent c710cf0ddc
commit b8f815ccca
7 changed files with 7 additions and 7 deletions

View File

@@ -6,7 +6,7 @@ links:
to: https://www.radix-vue.com/components/collapsible.html to: https://www.radix-vue.com/components/collapsible.html
- label: GitHub - label: GitHub
icon: i-simple-icons-github icon: i-simple-icons-github
to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/Container.vue to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/Collapsible.vue
--- ---
## Usage ## Usage

View File

@@ -7,7 +7,7 @@ links:
to: https://www.radix-vue.com/components/dropdown-menu.html to: https://www.radix-vue.com/components/dropdown-menu.html
- label: GitHub - label: GitHub
icon: i-simple-icons-github icon: i-simple-icons-github
to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/Dropdown.vue to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/DropdownMenu.vue
--- ---
## Usage ## Usage

View File

@@ -4,7 +4,7 @@ description: A wrapper for form elements that provides validation and error hand
links: links:
- label: GitHub - label: GitHub
icon: i-simple-icons-github icon: i-simple-icons-github
to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/FormGroup.vue to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/FormField.vue
--- ---
## Usage ## Usage

View File

@@ -7,7 +7,7 @@ links:
to: https://www.radix-vue.com/components/navigation-menu.html to: https://www.radix-vue.com/components/navigation-menu.html
- label: GitHub - label: GitHub
icon: i-simple-icons-github icon: i-simple-icons-github
to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/HorizontalNavigation.vue to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/NavigationMenu.vue
navigation: navigation:
badge: badge:
label: Todo label: Todo

View File

@@ -6,7 +6,7 @@ links:
to: https://www.radix-vue.com/components/separator.html to: https://www.radix-vue.com/components/separator.html
- label: GitHub - label: GitHub
icon: i-simple-icons-github icon: i-simple-icons-github
to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/Divider.vue to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/Separator.vue
--- ---
## Usage ## Usage

View File

@@ -6,7 +6,7 @@ links:
to: https://www.radix-vue.com/components/slider.html to: https://www.radix-vue.com/components/slider.html
- label: GitHub - label: GitHub
icon: i-simple-icons-github icon: i-simple-icons-github
to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/Range.vue to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/Slider.vue
--- ---
## Usage ## Usage

View File

@@ -6,7 +6,7 @@ links:
to: https://www.radix-vue.com/components/switch.html to: https://www.radix-vue.com/components/switch.html
- label: GitHub - label: GitHub
icon: i-simple-icons-github icon: i-simple-icons-github
to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/Toggle.vue to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/Switch.vue
--- ---
## Usage ## Usage