From df23646c8b86e55b04dae46a8c7d4b2dda257998 Mon Sep 17 00:00:00 2001 From: Abdelrahman Awad Date: Sat, 14 Sep 2024 20:00:20 +0300 Subject: [PATCH] chore: update playground radio components --- packages/playground/src/App.vue | 43 ++++----- .../src/components/InputRadioItem.vue | 58 +++++++++++- .../playground/src/components/RadioGroup.vue | 89 ++++++++++++++++--- .../playground/src/components/RadioItem.vue | 62 +++++++++++-- 4 files changed, 203 insertions(+), 49 deletions(-) diff --git a/packages/playground/src/App.vue b/packages/playground/src/App.vue index 1ca11f91..8e593a86 100644 --- a/packages/playground/src/App.vue +++ b/packages/playground/src/App.vue @@ -1,31 +1,20 @@ + + + + diff --git a/packages/playground/src/components/RadioGroup.vue b/packages/playground/src/components/RadioGroup.vue index 0e752a25..2344c107 100644 --- a/packages/playground/src/components/RadioGroup.vue +++ b/packages/playground/src/components/RadioGroup.vue @@ -1,23 +1,90 @@ + + + + diff --git a/packages/playground/src/components/RadioItem.vue b/packages/playground/src/components/RadioItem.vue index 7cefe054..52877229 100644 --- a/packages/playground/src/components/RadioItem.vue +++ b/packages/playground/src/components/RadioItem.vue @@ -1,19 +1,63 @@ + + + +