#accessibility
2 snippets tagged with #accessibility
typescriptintermediate
Portal-Based Modal Component
Accessible modal component using React portals with focus trapping, Escape key close, and backdrop click.
#modal#portal
typescriptbeginner
Image Lazy Load Component
Lazy load images with a blur-up placeholder effect using Intersection Observer and CSS transitions.
#images#lazy-loading