From e84a63296f7974492bda365b805b3da9fa22a605 Mon Sep 17 00:00:00 2001 From: Hideaki Takahashi Date: Wed, 13 Dec 2023 01:56:49 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20Label=E3=82=B3=E3=83=B3?= =?UTF-8?q?=E3=83=9D=E3=83=BC=E3=83=8D=E3=83=B3=E3=83=88=E3=81=AE=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3=E3=81=AB=E4=BC=B4=E3=81=84=E3=80=81Storybook=E4=B8=8A?= =?UTF-8?q?=E3=81=A7=E3=81=AE=E8=A1=A8=E7=A4=BA=E3=82=82=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/base/Label/index.stories.tsx | 22 +++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/src/components/base/Label/index.stories.tsx b/src/components/base/Label/index.stories.tsx index 3873f2b1..e46810b6 100644 --- a/src/components/base/Label/index.stories.tsx +++ b/src/components/base/Label/index.stories.tsx @@ -12,13 +12,23 @@ type Story = StoryObj; export const Label: Story = { render: () => (
-
Default
-
- Required label +
Default
+
+
-
Not required
-
- Not required label +
Not required
+
+ +
+
Form
+
+ + + +
+ + +
),