From 9cd87cdb200444521aa0fc2bb2db9d003299b675 Mon Sep 17 00:00:00 2001 From: CheeseB <2489ckckck@naver.com> Date: Thu, 25 Apr 2024 18:18:56 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20=EC=BB=B4=ED=8F=AC=EB=84=8C=ED=8A=B8=20?= =?UTF-8?q?=EC=82=AC=EC=9A=A9=20=EC=98=88=EC=8B=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/BaseButton.mdx | 2 +- docs/CardButton.mdx | 2 +- docs/EmptyCard.mdx | 4 ---- docs/ModalButton.mdx | 4 +--- docs/OperationButton.mdx | 2 +- docs/SliderButton.mdx | 2 +- 6 files changed, 5 insertions(+), 11 deletions(-) diff --git a/docs/BaseButton.mdx b/docs/BaseButton.mdx index f3a3c76..70a2f6f 100644 --- a/docs/BaseButton.mdx +++ b/docs/BaseButton.mdx @@ -24,7 +24,7 @@ import { BaseButton } from 'ggf-ui'; ``` ```tsx - + Click Me ``` diff --git a/docs/CardButton.mdx b/docs/CardButton.mdx index e6860c1..2e8ad15 100644 --- a/docs/CardButton.mdx +++ b/docs/CardButton.mdx @@ -19,7 +19,7 @@ import { CardButton } from 'ggf-ui'; ``` ```tsx - + View Details ``` diff --git a/docs/EmptyCard.mdx b/docs/EmptyCard.mdx index 044ded6..f9ee4e5 100644 --- a/docs/EmptyCard.mdx +++ b/docs/EmptyCard.mdx @@ -17,10 +17,6 @@ The Empty Card component is utilized to display an empty card, typically used wh import { EmptyCard } from 'ggf-ui'; ``` -```tsx - -``` - ```tsx ``` diff --git a/docs/ModalButton.mdx b/docs/ModalButton.mdx index 97723e7..850fdde 100644 --- a/docs/ModalButton.mdx +++ b/docs/ModalButton.mdx @@ -19,9 +19,7 @@ import { ModalButton } from 'ggf-ui'; ``` ```tsx - - Confirm - +Confirm ``` ```tsx diff --git a/docs/OperationButton.mdx b/docs/OperationButton.mdx index 76a182a..f4035e2 100644 --- a/docs/OperationButton.mdx +++ b/docs/OperationButton.mdx @@ -19,7 +19,7 @@ import { OperationButton } from 'ggf-ui'; ``` ```tsx - + ``` ## Storybook diff --git a/docs/SliderButton.mdx b/docs/SliderButton.mdx index 3620cc1..9f214e0 100644 --- a/docs/SliderButton.mdx +++ b/docs/SliderButton.mdx @@ -18,5 +18,5 @@ import { SliderButton } from 'ggf-ui'; ``` ```tsx - + ```