Components

General

Floating UI

Data Entry

Data Display

Feedback

Overlay

Hooks
Animations

Image

Successfully loaded image:

Programmer pic

Failed to load image:

Programmer pic

Lazy load image:

This will load only when user has scrolled to this part of screen. Check Network tab in devtools.

Programmer pic

Not lazy load image:

This will load even though user has not scrolled to this part of screen yet. Check Network tab in devtools.

Programmer pic