From c9d8b76fa2936bb5802db804e48d9678150fb94c Mon Sep 17 00:00:00 2001 From: p-sw Date: Tue, 28 May 2024 21:22:03 +0900 Subject: [PATCH] feat: add status style button stories --- packages/react/stories/Button.stories.tsx | 24 +++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/packages/react/stories/Button.stories.tsx b/packages/react/stories/Button.stories.tsx index 166ddea..41d82dd 100644 --- a/packages/react/stories/Button.stories.tsx +++ b/packages/react/stories/Button.stories.tsx @@ -15,6 +15,30 @@ export const Link = () => { return ; }; +export const Success = () => { + return ( + + ); +}; + +export const Warning = () => { + return ( + + ); +}; + +export const Danger = () => { + return ( + + ); +}; + export const AsChild = () => { return (