0.3.1 • Published 8 years ago

ds-gallery v0.3.1

Weekly downloads
2
License
MIT
Repository
github
Last release
8 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

8 years ago

0.3.0

8 years ago

0.2.8

8 years ago

0.2.7

8 years ago

0.2.6

8 years ago

0.2.5

8 years ago

0.2.4

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago