Skip to content

Commit

Permalink
update storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangohjw committed Jan 2, 2025
1 parent 12319c8 commit 0a32e0a
Showing 1 changed file with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,3 +141,25 @@ export const FourInfoBoxes: Story = {
],
},
}

export const HoverBehaviour: Story = {
args: {
sectionIdx: 0,
title: "Highlights",
subtitle: "Some of the things that we are working on",
infoBoxes: [
{
title: "Has Link",
description: "Should change appearance on hover",
icon: "bar-chart",
buttonUrl: "/faq",
buttonLabel: "Read article",
},
{
title: "No Link",
description: "Should NOT change appearance on hover",
icon: "bar-chart",
},
],
},
}

0 comments on commit 0a32e0a

Please sign in to comment.