@shcnwc/shadcn-carousel-web-component
v1.3.2
Published
A carousel with motion and swipe built using Embla.
Readme
Carousel
A carousel with motion and swipe built using Embla.
Installation
npm install @shcnwc/shadcn-carousel-web-componentUsage
<script type="module">
import "@shcnwc/shadcn-carousel-web-component";
</script>
<carousel-root>
<carousel-content>
<carousel-item>---</carousel-item>
<carousel-item>---</carousel-item>
<carousel-item>---</carousel-item>
</carousel-content>
<carousel-previous />
<carousel-next />
</carousel-root>Links
Contributing
Contributions are welcome! Please open an issue or pull request on GitHub.
License
This project is licensed under the MIT License.
