@neovici/cosmoz-slider

General purpose slider

Usage no npm install needed!

<script type="module">
  import neoviciCosmozSlider from 'https://cdn.skypack.dev/@neovici/cosmoz-slider';
</script>

README

cosmoz-slider

Build Status semantic-release codecov

<cosmoz-slider>

cosmoz-slider is a haunted general purpose slider.

Getting started

Installing

Using npm:

npm install --save @neovici/cosmoz-slider

Usage

import { html } from 'lit-html';
import { slideInRight } from '@neovici/cosmoz-slider';

html`<cosmoz-slider .slide=${ {id: 0, content: html`Hello`, animation: slideInRight}} />`;