mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-29 03:10:42 +01:00
docs(components): fix github links
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user