Image
import { AXImageModule } from '@acorex/components/image';
Overview

Hover
Usage
ax-image
Preview
Code
Overlay
ax-overlay
property in the Image component provides a color overlay, enhancing image aesthetics and text readability, perfect for diverse design needs. Preview
Code
Loading and placeholder
lazy
and priority
loading for efficient image rendering with ax-loading
, along with a placeholder feature that displays temporary visuals or text with ax-placeholder
to ensuring a seamless user experience. Preview
Code
Design Tokens
--ax-comp-image-overlay-color | rgb(0 0 0 / 0.75) | defines the color of the overlay applied to images. It is typically used to create a visual effect, such as darkening or tinting the image, to enhance readability of overlaid text or for aesthetic purposes. |