graycoreio/daffodil

View on GitHub
libs/design/callout/examples/src/examples.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { CalloutTextAlignmentComponent } from './callout-text-alignment/callout-text-alignment.component';
import { CalloutThemingComponent } from './callout-theming/callout-theming.component';
import { CalloutWithGridComponent } from './callout-with-grid/callout-with-grid.component';
import { CompactCalloutComponent } from './compact-callout/compact-callout.component';

export const CALLOUT_EXAMPLES = [
  CalloutThemingComponent,
  CalloutTextAlignmentComponent,
  CalloutWithGridComponent,
  CompactCalloutComponent,
];