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

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 | |
| Alt | string? | null | Gets or sets the alternate text for the image. | 3.0.0 | |
| Class | string? | null | Gets or sets the CSS class name(s) to apply to the component. | 1.0.0 | |
| Id | string? | null | Gets or sets the ID. If not set, a unique ID will be generated. | 1.0.0 | |
| IsResponsive | bool | True | Gets or sets a value indicating whether the image is responsive. | 3.0.0 | |
| IsThumbnail | bool | False | Makes the image have a rounded 1px border appearance if set to true. | 3.0.0 | |
| Src | string? | null | Gets or sets the source of the image. | 3.0.0 | |
| Style | string? | null | Gets or sets the CSS style string that defines the inline styles for the component. | 1.0.0 |