UNPKG

@uswds/uswds

Version:

Open source UI components and visual style guide for U.S. government websites

15 lines (11 loc) 270 B
import Component from "./usa-embed-container.twig"; export default { title: "Components/Embed Container", }; const Template = (args) => Component(args); export const EmbedContainer = Template.bind({}); EmbedContainer.parameters = { axe: { skip: true, }, };