UNPKG

@cfpb/cfpb-design-system

Version:
31 lines (26 loc) 983 B
/* ========================================================================== Design System - Web Components ========================================================================== */ // TODO: aggregate and export the component subdirectories automatically. // Base styles. export * from './abstracts'; // Shared config. export * from './cfpb-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-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';