1.0.8 • Published 7 years ago

fitty-image-slider v1.0.8

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

Fitty Image Slider

Installation

This package still needs to be improved. It is inconsistant.

npm install fitty-image-slider --save

Usage

 <FittyImageSlider
              item={item}
              src={item.images.image} // array of images
              continueLabel={strings.continue} // label for clic
              width={100 + '%'}
              height={200}
              mode='fit'//fit or fill for image
              action={this.action} //action for image click
              action2={this.action2} // action for map icon click />
              mapBar={false}//show map pointer click bar or not. default true
              />

License

MIT

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago