@neovici/cosmoz-slider
v5.2.0
Published
General purpose slider
Downloads
346
Readme
cosmoz-slider
<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}} />`;