@feather-scroll/core
v0.1.1
Published
FeatherScroll core engine — zero-dependency carousel/scroll.
Maintainers
Readme
@feather-scroll/core
The zero-dependency engine of FeatherScroll — a lightweight, tree-shakeable carousel/scroll library and a modern replacement for owl-carousel (no jQuery).
Ships drag/swipe, loop, autoplay, responsive breakpoints, keyboard + ARIA accessibility, and prefers-reduced-motion support. Includes the slide and fade effects built in; import more from @feather-scroll/effects.
Install
npm i @feather-scroll/coreUsage
import Carousel, { fade } from '@feather-scroll/core';
import '@feather-scroll/core/styles/core.css';
new Carousel('#gallery', {
effect: fade,
items: 1,
loop: true,
autoplay: { delay: 3000 },
nav: true,
dots: true,
});Links
- 📖 Documentation · API reference
- ▶ Live demo & playground
- 🎨 105+ effects →
@feather-scroll/effects
