jmsv-gatsby-image-gallery

0.1.2 • Public • Published

gatsby-image-gallery

Released under the MIT license. Build status. Current npm package version. Total alerts

Very basic gallery grid based on gatsby-image, styling powered by styled-components.

Install

npm install --save @browniebroke/gatsby-image-gallery

Usage

This component is built on top react-image-lightbox, the CSS should be imported from there.

import React, { Component } from 'react'

import Gallery from '@browniebroke/gatsby-image-gallery'
import '@browniebroke/gatsby-image-gallery/dist/style.css'

class Example extends Component {
  render() {
    return <Gallery />
  }
}

Development

Releases

Releases should be automated using semantic release. This library parses the commit log to detect which version number should be bumped.

License

MIT © browniebroke

Readme

Keywords

none

Package Sidebar

Install

npm i jmsv-gatsby-image-gallery

Weekly Downloads

1

Version

0.1.2

License

MIT

Unpacked Size

749 kB

Total Files

7

Last publish

Collaborators

  • jmsv