kalwalt / gatsby-starter-i18n-bulma

A gatsby multilanguage template with bulma and i18n: it is a work in progress...
https://gatsby-starter-i18n-bulma.netlify.app/
MIT License
23 stars 17 forks source link

Developing gallery and sliders for images #13

Open kalwalt opened 5 years ago

kalwalt commented 5 years ago

I Think i will look into this gatsby starter: https://www.gatsbyjs.org/starters/LekoArts/gatsby-starter-portfolio-emma/ see the code: https://github.com/LekoArts/gatsby-starter-portfolio-emma/blob/master/src/components/ProjectItem.jsx

kalwalt commented 5 years ago

i found this resource https://www.npmjs.com/package/react-image-gallery i think i will implement in the template.

kalwalt commented 5 years ago

Other interesting resources here: https://reactjsexample.com/tag/gallery/

kalwalt commented 5 years ago

i developed a simple lightbox gallery with gatsby-image support https://github.com/kalwalt/gatsby-starter-i18n-bulma/pull/53 i would develop also a tiled gallery (masonry) with the tiles bulma features: https://bulma.io/documentation/layout/tiles/

kalwalt commented 5 years ago

For the v1.0.0 i will develop the masonry gallery for the new "Statement" page.

kalwalt commented 5 years ago

I will consider also this Component from yellowcake template: https://github.com/thriveweb/yellowcake/blob/master/src/components/Gallery.js It use the Uploadcare services, it could be interesting to develop such type of gallery.