Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pedropalau/react-bnb-gallery
Simple react-based photo gallery inspired by Airbnb image gallery.
https://github.com/pedropalau/react-bnb-gallery
create-react-app create-react-library image-gallery javascript npm-package photo-gallery react reactjs rollup-js
Last synced: 27 days ago
JSON representation
Simple react-based photo gallery inspired by Airbnb image gallery.
- Host: GitHub
- URL: https://github.com/pedropalau/react-bnb-gallery
- Owner: pedropalau
- License: mit
- Created: 2018-12-27T14:42:27.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T09:52:59.000Z (almost 2 years ago)
- Last Synced: 2024-09-27T09:10:48.781Z (about 1 month ago)
- Topics: create-react-app, create-react-library, image-gallery, javascript, npm-package, photo-gallery, react, reactjs, rollup-js
- Language: JavaScript
- Homepage: https://peterpalau.github.io/react-bnb-gallery/
- Size: 15.2 MB
- Stars: 219
- Watchers: 6
- Forks: 89
- Open Issues: 59
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-star - react-bnb-gallery - based photo gallery inspired by Airbnb image gallery. | pedropalau | 206 | (JavaScript)
README
Friendly, customizable and accessible-ready simple photo gallery based on React.------
## Install
You can install [react-bnb-gallery](https://www.npmjs.com/package/react-bnb-gallery) from [npm](https://www.npmjs.com/).
```bash
# If you are using npm
npm install --save react-bnb-gallery# If you prefer yarn
yarn add react-bnb-gallery
```## Live Demo
[https://peterpalau.github.io/react-bnb-gallery/](https://peterpalau.github.io/react-bnb-gallery/)
![Demo](https://raw.githubusercontent.com/peterpalau/react-bnb-gallery/master/react-bnb-demo.png)
## Documentation
For full documentation, visit the [demo website](https://peterpalau.github.io/react-bnb-gallery).
## License
This package have been released under the [MIT Licence](https://raw.githubusercontent.com/peterpalau/react-bnb-gallery/master/LICENSE).
## Updates
If you are interested in view the main updates visit our [CHANGELOG.md](https://github.com/peterpalau/react-bnb-gallery/blob/master/CHANGELOG.md).
## Contributing
If you're interested in contributing please read the [contributing docs](https://github.com/peterpalau/react-bnb-gallery/blob/master/CONTRIBUTING.md) **before submitting a pull request**.