UNPKG

cob-uswds

Version:

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

10 lines (6 loc) 202 B
import Component from "./usa-checklist.twig"; export default { title: "Components/Form Inputs/Checklist", }; const Template = (args) => Component(args); export const Checklist = Template.bind({});