1.2.3 • Published 10 months ago

carrusel v1.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Why Carrusel?

Carrusel is designed to be mounted in the DOM without depending on JavaScript, ensuring fast and efficient loading of your carousels, significantly enhancing the user experience. Additionally, by not relying on JavaScript, search engines can easily index the content of your carousels, improving the visibility of your application in search results and aiding in SEO.

Installation

npm install carrusel

Usage

<script>
  import { Carrusel, CarruselSlide } from 'carrusel'
</script>

<Carrusel>
  <CarruselSlide>Slide 1</CarruselSlide>
  <CarruselSlide>Slide 2</CarruselSlide>
  <CarruselSlide>Slide 3</CarruselSlide>
  <CarruselSlide>Slide 4</CarruselSlide>
  <CarruselSlide>Slide 5</CarruselSlide>
</Carrusel>

For more details, please refer to the documentation.

Donations

Your donations are greatly appreciated and help to sustain the project.

PayPal

License

This project is licensed under the MIT License - see the LICENSE file for details.

1.2.0

10 months ago

1.2.3

10 months ago

1.2.2

10 months ago

1.2.1

10 months ago

1.1.1

11 months ago

1.1.0

11 months ago

0.3.1-beta.1

11 months ago

0.1.3-beta.1

11 months ago

1.0.0

11 months ago

0.3.0-beta.1

11 months ago

0.1.2-beta.1

11 months ago

0.2.0-beta.1

11 months ago

0.1.1-beta.1

11 months ago

0.1.0-beta.1

11 months ago