Ask Organizer storybook

This commit is contained in:
adilallo
2025-08-27 11:03:56 -06:00
parent d0ce6f16f2
commit 6a66f5f61f
4 changed files with 120 additions and 14 deletions
+9 -1
View File
@@ -15,7 +15,7 @@ export default {
buttonClassName: { control: { type: "text" } },
variant: {
control: { type: "select" },
options: ["hero", "feature"],
options: ["hero", "feature", "ask"],
},
linkText: { control: { type: "text" } },
linkHref: { control: { type: "text" } },
@@ -56,3 +56,11 @@ export const FeatureWithLink = {
linkHref: "#",
},
};
export const Ask = {
args: {
title: "Still have questions?",
subtitle: "Get answers from an experienced organizer",
variant: "ask",
},
};