Download the PHP package mrshanebarron/lightbox without Composer
On this page you can find all versions of the php package mrshanebarron/lightbox. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mrshanebarron/lightbox
More information about mrshanebarron/lightbox
Files in mrshanebarron/lightbox
Download mrshanebarron/lightbox
More information about mrshanebarron/lightbox
Files in mrshanebarron/lightbox
Vendor mrshanebarron
Package lightbox
Short Description Image lightbox gallery component for Laravel - supports Livewire and Vue
License MIT
Package lightbox
Short Description Image lightbox gallery component for Laravel - supports Livewire and Vue
License MIT
Please rate this library. Is it a good library?
Informations about the package lightbox
Lightbox
An image lightbox gallery component for Laravel applications. Click to open images in fullscreen overlay with navigation. Works with Livewire and Vue 3.
Installation
Livewire Usage
Basic Usage
With Thumbnails and Captions
Livewire Props
| Prop | Type | Default | Description |
|---|---|---|---|
images |
array | [] |
Array of image objects |
columns |
number | 3 |
Grid columns |
Vue 3 Usage
Setup
Basic Usage
With Thumbnails and Captions
Portfolio Gallery
Vue Props
| Prop | Type | Default | Description |
|---|---|---|---|
images |
Array | [] |
Array of image objects |
columns |
Number | 3 |
Grid columns for thumbnails |
Image Object
Keyboard Navigation
| Key | Action |
|---|---|
Escape |
Close lightbox |
← |
Previous image |
→ |
Next image |
Features
- Grid Gallery: Responsive thumbnail grid
- Fullscreen Overlay: Dark backdrop lightbox
- Navigation: Previous/next arrows
- Counter: Shows current position (1 / 6)
- Captions: Optional image captions
- Keyboard Support: Arrow key navigation
- Click Outside: Close on backdrop click
- Zoom Effect: Thumbnail hover zoom
Styling
Uses Tailwind CSS:
- Responsive grid layout
- Dark overlay backdrop
- White navigation arrows
- Smooth fade transitions
- Rounded thumbnails
Requirements
- PHP 8.1+
- Laravel 10, 11, or 12
- Tailwind CSS 3.x
License
MIT License
All versions of lightbox with dependencies
PHP Build Version
Package Version
The package mrshanebarron/lightbox contains the following files
Loading the files please wait ...