Centralized image component with proper accessibility handling.
Provides consistent image rendering across the application with automatic
accessibility attributes based on the decorative flag.
For non-decorative images, alt text is required to ensure accessibility.
For decorative images, alt text is automatically set to empty string.
Example
Basicimagewithrequiredalttext <ImgElement src="/path/to/image.jpg" alt="Description of the image" />
Centralized image component with proper accessibility handling. Provides consistent image rendering across the application with automatic accessibility attributes based on the decorative flag.
For non-decorative images, alt text is required to ensure accessibility. For decorative images, alt text is automatically set to empty string.