cob-uswds
Version:
Customized USWDS UI components and visual style guide based on City of Boston Patterns Library
22 lines (18 loc) • 366 B
JavaScript
import Component from "./usa-icon.twig";
import Content from "./usa-icon.json";
export default {
title: "Design Tokens/Icons",
argTypes: {
icons: {
table: { disable: true },
},
},
};
const Template = (args) => Component(args);
export const Icons = Template.bind({});
Icons.args = Content;
Icons.parameters = {
axe: {
skip: true,
},
};