1.2.3 • Published 2 years ago

light-gallery-react v1.2.3

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

A light weighted gallery component used for React JS, Next JS frameworks, which is designed to showcase a set of images in a responsive way based on react-bootstrap

Install

npm install light-gallery-react@latest --legacy-peer-deps

Usage

//...
<LightGallery
    lg_col={4},
    md_col={6},
    xs_col={6},
    div_padding="5%",
    img_padding="5%",
    images=[
      "path/to/img/1.png",
      "path/to/img/2.png",
      "path/to/img/3.png",
      "path/to/img/4.png"
      //...
    ]
></LightGallery>
//...

Bootstrap’s grid system uses a series of containers, rows, and columns to layout and align content. It’s built with flexbox and is fully responsive.

lg_col: Integer out of 12 columns when the max container width ≥992px

md_col: Integer out of 12 columns when the max container width ≥768px

xs_col: Integer out of 12 columns when the max container width ≥576px

Please check bootstrap documentation regarding to Grid System for detailed information

This module is built based on react and react-bootstrap, please ensure you have both of these modules installed

Author

👤 ETHYANG TECH

🤝 Contributing

Contributions, issues and feature requests are welcome!Feel free to check issues page. You can also take a look at the contributing guide.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2022 ETHYANG TECH. This project is ISC licensed.


This README was generated with ❤️ by readme-md-generator

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.9

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago