To generate carousel based on container element count.
npm install vj-auto-carousel -S
<vj-auto-carousel length="5">
<div slot="default">
Hello this is default text.
</div>
</vj-auto-carousel>
<style>
:root {
--default-carousel-bg-color: #fff;
--selected-carousel-bg-color: #fdabe9;
}
</style>
Accepts elements count value residing within a container html element.
For custom message to be displayed.
MIT © Srinivasan K K