UNPKG

cob-uswds

Version:

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

21 lines (16 loc) 483 B
import DefaultContent from "./usa-docs.json"; import Component from "./usa-docs.twig"; export default { title: "Pages/Documentation Page", args: DefaultContent, }; const Template = (args) => Component(args); export const DocumentationPage = Template.bind({}); export const TestDocumentationReorder = Template.bind({}); TestDocumentationReorder.argTypes = { sidenav_reorder: { control: { type: "boolean" }, defaultValue: false, name: "Reorder with CSS", }, };