UNPKG

cob-uswds

Version:

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

12 lines (8 loc) 272 B
import Component from "./usa-landing.twig"; import DefaultContent from "./usa-landing.json"; export default { title: "Pages/Landing Page", }; const Template = (args) => Component(args); export const LandingPage = Template.bind({}); LandingPage.args = DefaultContent;