UNPKG

cob-uswds

Version:

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

17 lines (13 loc) 318 B
import Component from "./usa-fonts.twig"; import Content from "./usa-fonts.json"; export default { title: "Design Tokens/Fonts", argTypes: { typefaces: { table: { disable: true }, }, }, }; const Template = (args) => Component(args); export const Fonts = Template.bind({}); Fonts.args = Content;