UNPKG

cob-uswds

Version:

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

10 lines (6 loc) 175 B
import Component from "./usa-link.twig"; export default { title: "Components/Link", }; const Template = (args) => Component(args); export const Link = Template.bind({});