arvindpunk / ap-carousel

A simple carousel web component using Lit.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ap-carousel

A simple, functional and fully customizable carousel web component. content-agnostic

Usage

<ap-carousel>
    <div slot="ap-slide">1</div>
    <div slot="ap-slide">2</div>
    <div slot="ap-slide">3</div>


    <div slot="ap-prev"><</div>
    <div slot="ap-next">></div>
</ap-carousel>

About

A simple carousel web component using Lit.


Languages

Language:TypeScript 48.2%Language:HTML 38.9%Language:JavaScript 12.9%