@kushki/ng-suka
Version:
<p align="center"> <h1 align="center">Suka Components Angular</h1> <p align="center"> An Angular implementation of the Suka Design System </p> </p>
41 lines (40 loc) • 1.83 kB
TypeScript
export * from './lib/button/button.module';
export * from './lib/checkbox/checkbox.module';
export * from './lib/select/select.module';
export * from './lib/input/input.module';
export * from './lib/grid/grid.module';
export * from './lib/toggle/toggle.module';
export * from './lib/radio/radio.module';
export * from './lib/button-radio/button-radio.module';
export * from './lib/container/container.module';
export * from './lib/spacing/spacing.module';
export * from './lib/card/card.module';
export * from './lib/accordion/accordion.module';
export * from './lib/list/list.module';
export * from './lib/number-input/number.module';
export * from './lib/search/search.module';
export * from './lib/tabs/tabs.module';
export * from './lib/tooltip/tooltip.module';
export * from './lib/link/link.module';
export * from './lib/input-group/input-group.module';
export * from './lib/modal/modal.module';
export * from './lib/popover/popover.module';
export * from './lib/stack/stack.module';
export * from './lib/form-layout/form-layout.module';
export * from './lib/table/table.module';
export * from './lib/pagination/pagination.module';
export * from './lib/icon/icon.module';
export * from './lib/navigation/navigation.module';
export * from './lib/badge/badge.module';
export * from './lib/topbar/topbar.module';
export * from './lib/frame/frame.module';
export * from './lib/page/page.module';
export * from './lib/breadcrumb/breadcrumb.module';
export * from './lib/file-uploader/file-uploader.module';
export * from './lib/loading/loading.module';
export * from './lib/avatar/avatar.module';
export * from './lib/datepicker/datepicker.module';
export * from './lib/toast/toast.module';
export * from './lib/progress/progress.module';
export * from './lib/layout/layout.module';
export * from './lib/banner/banner.module';