eQuantic.UI Documentation

Component

Image

An optimized image component with lazy loading and optimization support.

Usage Example

new Image(src: "photo.png").WithLazy(true);

Properties

PropertyDescription
srcPath to the asset.
altDescription for screen readers.
lazyEnable lazy loading.

Style Customization

All eQuantic.UI components accept Tailwind CSS utilities to ensure they integrate seamlessly with your brand.