From 7f7c643e9b6c4e296435a3105066d07fb0336b24 Mon Sep 17 00:00:00 2001 From: adilallo <39313955+adilallo@users.noreply.github.com> Date: Tue, 3 Feb 2026 09:06:32 -0700 Subject: [PATCH 1/5] Added danger button --- app/components-preview/page.tsx | 157 ++++++++++++++++++++++++++++++++ app/components/Button.tsx | 14 ++- stories/Button.stories.js | 56 ++++++++++++ 3 files changed, 224 insertions(+), 3 deletions(-) diff --git a/app/components-preview/page.tsx b/app/components-preview/page.tsx index ac3f7ae..c9cae7c 100644 --- a/app/components-preview/page.tsx +++ b/app/components-preview/page.tsx @@ -37,6 +37,163 @@ export default function ComponentsPreview() {
+ {/* Button Section */} +