yet-another-react-lightbox
Advanced tools
Comparing version 1.3.3 to 1.3.4
@@ -11,3 +11,3 @@ import * as React from "react"; | ||
aspectRatio?: number; | ||
/** alternative images to be passed to 'srcSet' */ | ||
/** alternative images to be passed to the 'srcSet' */ | ||
srcSet?: { | ||
@@ -14,0 +14,0 @@ /** image URL */ |
{ | ||
"name": "yet-another-react-lightbox", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"description": "Modern React lightbox component", | ||
@@ -5,0 +5,0 @@ "author": "Igor Danchenko", |
# Yet Another React Lightbox | ||
Modern React lightbox component. | ||
Modern React lightbox component. Performant, easy to use, customizable and extendable. | ||
@@ -11,6 +11,20 @@ ## Overview | ||
- **Built for React:** works with React 18, 17 and 16.8.0+ | ||
- **UX:** supports keyboard, mouse, touchpad and touchscreen navigation | ||
- **Preloading:** never displays partially downloaded images | ||
- **Performance:** preloads limited number of images without compromising performance or UX | ||
- **Responsive:** responsive images with automatic resolution switching are supported out of the box | ||
- **Video:** video slides are supported via an optional plugin | ||
- **Customization:** customize any UI element or add your own custom slides | ||
- **No bloat:** never bundle rarely used features; add optional features via plugins | ||
- **TypeScript:** type definitions come built-in in the package | ||
## Documentation | ||
[https://yet-another-react-lightbox.vercel.app/](https://yet-another-react-lightbox.vercel.app/) | ||
[https://yet-another-react-lightbox.vercel.app/documentation](https://yet-another-react-lightbox.vercel.app/documentation) | ||
## Examples | ||
[https://yet-another-react-lightbox.vercel.app/examples](https://yet-another-react-lightbox.vercel.app/examples) | ||
## Installation | ||
@@ -17,0 +31,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
82987
76