From a24748f7b18eef50f4ad4248dbcb26f232318780 Mon Sep 17 00:00:00 2001 From: tristan Date: Wed, 24 Jun 2026 16:30:05 +0200 Subject: [PATCH] docs(radio) : story + page playground MalioRadioGroup --- .../pages/composant/radio/radioGroup.vue | 50 ++++++++++++++++ .playground/playground.nav.ts | 1 + app/story/radio/RadioGroup.story.vue | 59 +++++++++++++++++++ 3 files changed, 110 insertions(+) create mode 100644 .playground/pages/composant/radio/radioGroup.vue create mode 100644 app/story/radio/RadioGroup.story.vue 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 @@ + + +