Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 897 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 897 Bytes

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}} />`;