1.1.6 • Published 5 years ago

coffeekraken-s-slideshow-component v1.1.6

Weekly downloads
28
License
MIT
Repository
github
Last release
5 years ago

Coffeekraken s-slideshow-component

Create nice, simple and fully customizable slideshow.

View demo

Features

  • Maintain attributes on elements for easy styling - active : Attribute on the active slide - first : Attribute on the first slide - last : Attribute on the last slide - previous : Attribute on the previous slide - next : Attribute on the next slide - before-active : Attribute on each slides that are before the active one - after-active : Attribute on each slides that are after the active one - slide="{idx}" : Attribute on the slideshow itself that set the active slide - slides-per-change="{x}" : Attribute on the slideshow itself that set the number of slides to pass on change
  • Nice and easy API
  • And more...

Table of content

  1. Demo
  2. Install
  3. Get Started
  4. Javascript API
  5. SASS API
  6. Sugar Web Components Documentation
  7. Browsers support
  8. Contribute
  9. Who are Coffeekraken?
  10. Licence

Install

npm install coffeekraken-s-slideshow-component --save

Get Started

First, import the component into your javascript file like so:

import SSlideshowComponent from 'coffeekraken-s-slideshow-component'

Then simply use it inside your html like so:

<s-slideshow class="ratio-16-9 m-b" loop>
	<div s-slideshow-slide>
		<img class="abs-cover" src="https://source.unsplash.com/category/buildings/800x600" />
	</div>
	<div s-slideshow-slide active>
		<img class="abs-cover" src="https://source.unsplash.com//category/food/800x600" />
	</div>
	<div s-slideshow-slide>
		<img class="abs-cover" src="https://source.unsplash.com//category/people/800x600" />
	</div>
	<div s-slideshow-slide>
		<img class="abs-cover" src="https://source.unsplash.com//category/nature/800x600" />
	</div>
</s-slideshow>

If you need some styling to start with, you can generate it like so:

@import 'node_modules/coffeekraken-s-slideshow-component/index';
// only a base bare styling
@include s-slideshow-classes-bare();
// ...and optionally the visual styles
@include s-slideshow-classes-style();
// ...or generate directly the bare and style classes
@include s-slideshow-classes();

Browsers support

IE / EdgeFirefoxChromeSafari
IE11+last 2 versionslast 2 versionslast 2 versions

As browsers are automatically updated, we will keep as reference the last two versions of each but this component can work on older ones as well.

The webcomponent API (custom elements, shadowDOM, etc...) is not supported in some older browsers like IE10, etc... In order to make them work, you will need to integrate the corresponding polyfill.

Contribute

This is an open source project and will ever be! You are more that welcomed to contribute to his development and make it more awesome every day. To do so, you have several possibilities:

  1. Share the love ❤️
  2. Declare issues
  3. Fix issues
  4. Add features
  5. Build web component

Who are Coffeekraken

We try to be some cool guys that build some cool tools to make our (and yours hopefully) every day life better.

More on who we are

License

The code is available under the MIT license. This mean that you can use, modify, or do whatever you want with it. This mean also that it is shipped to you for free, so don't be a hater and if you find some issues, etc... feel free to contribute instead of sharing your frustrations on social networks like an asshole...

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.11

5 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.0.2

7 years ago