cob-uswds
Version:
Customized USWDS UI components and visual style guide based on City of Boston Patterns Library
10 lines (9 loc) • 759 B
JavaScript
export { default as DefaultContent } from "./usa-step-indicator.json";
export { default as CenterCountersSmContent } from "./usa-step-indicator~center-counters-sm.json";
export { default as CenterCountersContent } from "./usa-step-indicator~center-counters.json";
export { default as CenterNoLabelContent } from "./usa-step-indicator~center-no-labels.json";
export { default as CenterContent } from "./usa-step-indicator~center.json";
export { default as CountersSmContent } from "./usa-step-indicator~counters-sm.json";
export { default as CountersContent } from "./usa-step-indicator~counters.json";
export { default as NoLabelsContent } from "./usa-step-indicator~no-labels.json";
export { default as ShortContent } from "./usa-step-indicator~short.json";