0.3.1 • Published 7 years ago

ds-gallery v0.3.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

ds-gallery

React component to display static images

// Import the library
import DsGallery from 'ds-gallery';
// Insert the gallery
<DsGallery
  images={arrayOfImageURLs}
  options={{
    open_new_window: true,
    download: true,
    animation_duration_ms: null,
    width: null,
    height: null
  }}
/>

Changelog

  • v0.3.1
    • Optimized build for production
  • v0.3.0
    • Implemented Webpack bundling process
  • v0.2.4
    • Fixes a mayor bug that prevented the gallery from working
  • v0.2.3
    • New functionalities and bug fixes
  • v0.2.2
    • First working version
0.3.1

7 years ago

0.3.0

7 years ago

0.2.8

7 years ago

0.2.7

7 years ago

0.2.6

7 years ago

0.2.5

7 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago