UNPKG

cob-uswds

Version:

Customized USWDS UI components and visual style guide based on City of Boston Patterns Library

12 lines (8 loc) 235 B
import Component from "./usa-hero.twig"; import Content from "./usa-hero.json"; export default { title: "Components/Hero", }; const Template = (args) => Component(args); export const Hero = Template.bind({}); Hero.args = Content;