Installation
Package managers
You can install this library using your favorite package manager:
# yarn
yarn add @frsource/tiny-carousel-core
# npm
npm install @frsource/tiny-carousel-core
Content Delivery Network (CDN)
To load it via CDN:
<script src="https://unpkg.com/@frsource/tiny-carousel-core"></script>
<link rel="stylesheet" href="https://unpkg.com/@frsource/tiny-carousel-core/dist/index.css"
TIP
For information about installing & configuring core package or the plugins - please find the "Usage" section on the left-side navigation menu.
That’s it, now you can use core features of Tiny carousel! To learn how to use these - please head to the next chapter.