Callout
This documentation provides a comprehensive reference for the
Callout component, guiding you through its configuration options.Screenshot #

Callout Parameters #
| Name | Type | Default | Required | Description | Added Version |
|---|---|---|---|---|---|
| AdditionalAttributes | Dictionary<string, object>? | null | Gets or sets additional attributes that will be applied to the component. | 1.0.0 | |
| ChildContent | RenderFragment? | null | Gets or sets the content to be rendered within the component. | 1.0.0 | |
| Class | string? | null | Gets or sets the CSS class name(s) to apply to the component. | 1.0.0 | |
| Color | CalloutColor | Default | Gets or sets the callout color. | 1.0.0 | |
| Heading | string? | null | Gets or sets the callout heading. | 1.0.0 | |
| HideHeading | bool | False | Gets or sets a value indicating whether to hide the callout heading. | 1.0.0 | |
| Id | string? | null | Gets or sets the ID. If not set, a unique ID will be generated. | 1.0.0 | |
| Style | string? | null | Gets or sets the CSS style string that defines the inline styles for the component. | 1.0.0 |
CalloutColor Enum #
| Name | Value | Description | Added Version |
|---|---|---|---|
| Default | 0 | Uses the default callout color style. | 1.0.0 |
| Danger | 1 | Uses the danger callout color style. | 1.0.0 |
| Warning | 2 | Uses the warning callout color style. | 1.0.0 |
| Info | 3 | Uses the info callout color style. | 1.0.0 |
| Success | 4 | Uses the success callout color style. | 1.0.0 |