tsimport {Lightbox} from '@astryxdesign/core/Lightbox'
| Guidance | Practices |
|---|---|
| Do | Always provide alt text for every image for screen reader accessibility. |
| Do | Use gallery mode with onIndexChange for multi-image sets. |
| Do | Enable hasZoom only when viewing high-resolution images that benefit from close inspection. |
| Don't | Use the lightbox for non-image content; it is specialized for images. |
| Don't | Nest interactive content inside captions; keep them plain text. |