@cfpb/cfpb-design-system
Version:
CFPB's UI framework
15 lines (13 loc) • 575 B
JavaScript
/* ==========================================================================
Design System - Web Components
========================================================================== */
// TODO: aggregate and export the component subdirectories automatically.
export * from './cfpb-button';
export * from './cfpb-form-choice';
export * from './cfpb-file-upload';
export * from './cfpb-label';
export * from './cfpb-tag-filter';
export * from './cfpb-tag-topic';
export * from './cfpb-tag-group';
export * from './cfpb-multiselect';
export * from './cfpb-pagination';