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 (