UNPKG

@cfpb/cfpb-design-system

Version:
32 lines (27 loc) 1.01 kB
/* ========================================================================== Design System - Web Components ========================================================================== */ // TODO: aggregate and export the component subdirectories automatically. // Base styles. export * from './abstracts'; // Shared config. export * from './utilities/shared-config'; // Component styles. export * from './cfpb-button'; export * from './cfpb-form-alert'; export * from './cfpb-expandable'; export * from './cfpb-form-choice'; export * from './cfpb-file-upload'; export * from './cfpb-icon'; export * from './cfpb-label'; export * from './cfpb-link'; export * from './cfpb-listbox'; export * from './cfpb-listbox-item'; export * from './cfpb-form-search'; export * from './cfpb-form-search-input'; export * from './cfpb-tagline'; export * from './cfpb-tag-filter'; export * from './cfpb-tag-topic'; export * from './cfpb-tag-group'; export * from './cfpb-select'; export * from './cfpb-pagination';