On this page
Angular Callout Component
Angular Callout component provides presentation of content in a visually distinct manner. Includes a heading, icon and typically text-based content.
Loading...
Loading...
Loading...
Loading...
```typescript import { CalloutModule } from '@coreui/angular'; @NgModule({ imports: [CalloutModule,...] }) export class AppModule(){} ```
| name | description | type | default | | ---- | ----------- | ---- | ------- | | `color` | Sets the color context of the component to one of CoreUI’s themed colors.| `Colors` | |