Hero Banner Storybook added

This commit is contained in:
adilallo
2025-08-19 23:12:50 -06:00
parent 452603f4f6
commit 445e812e9c
6 changed files with 455 additions and 50 deletions
-17
View File
@@ -94,20 +94,3 @@ export const LongText = {
},
},
};
export const ResponsiveTest = {
args: {
number: 2,
text: "Test responsive behavior by resizing your browser window",
iconShape: "gear",
iconColor: "purple",
},
parameters: {
docs: {
description: {
story:
"Test the responsive behavior by resizing your browser window or using the viewport controls in Storybook.",
},
},
},
};