2.0.1 • Published 3 years ago

@judsirera/slider-gallery v2.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Slider-gallery

A new gallery for your pages! Made with love from Acamp

Demo

Try out a demo here

Install

npm i @judsirera/slider-gallery

Props

ProptypeDescriptionDefault Value
imagesArrayArray of image URL[]
initialImageNumberThe index of the active image on mount0
heightNumberThe height of the wrapper component (in px)460
columnGutterNumberThe margin between slides (in px)20
columnWidthNumberThe width of the non-active slides (in px)75
sideColumnsNumberThe number of side columns considering only one side.2
containImageStringWhether the gallery should render the image with full height. Possible values: "contain", "contain_active", "off""off"
activeOnHoverBooleanSet to true if you want to active an image on hoverfalse
navigationBoolean or ObjectSets the properties for navigation. Accepts true, false or { className: '', showWhenOneImageOrLess: ''}true. When there's less than one image, navigation is hidden
loaderElementnodeThe node element to render when loading at startnull
2.0.1

3 years ago

2.0.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago