Ask Organizer storybook
This commit is contained in:
@@ -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",
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user