diff --git a/.playground/pages/composant/radio/radioGroup.vue b/.playground/pages/composant/radio/radioGroup.vue new file mode 100644 index 0000000..4ffb52f --- /dev/null +++ b/.playground/pages/composant/radio/radioGroup.vue @@ -0,0 +1,50 @@ + + + diff --git a/.playground/playground.nav.ts b/.playground/playground.nav.ts index 8d8d165..2c833fd 100644 --- a/.playground/playground.nav.ts +++ b/.playground/playground.nav.ts @@ -45,6 +45,7 @@ export const navSections: SidebarSection[] = [ {label: 'Select Checkbox', to: '/composant/select/selectCheckbox'}, {label: 'Checkbox', to: '/composant/checkbox/checkbox'}, {label: 'Radio', to: '/composant/radio/radioButton'}, + {label: 'Radio (groupe)', to: '/composant/radio/radioGroup'}, ], }, { diff --git a/app/story/radio/RadioGroup.story.vue b/app/story/radio/RadioGroup.story.vue new file mode 100644 index 0000000..62a7618 --- /dev/null +++ b/app/story/radio/RadioGroup.story.vue @@ -0,0 +1,59 @@ + + +