Pagiflow is a modern, lightweight slider and carousel library built for speed, simplicity, and smooth performance across websites.
- Zero-dependency library for fast and reliable slider functionality.
- Supports modern JavaScript projects and popular frontend frameworks.
- Lightweight and optimized for performance-critical websites.
- Type-safe development with built-in testing and quality checks.
- Benchmark tooling for performance testing.
- Ready-to-use examples and documentation for quick integration.
- React
- Vue
- Svelte
- Angular
- Solid JS
- Next.js
- Vanilla JavaScript
- Website: https://www.pagiflow.com
Install the library via your preferred package manager:
npm install pagiflow
pnpm add pagiflow
yarn add pagiflowimport Pagiflow from "pagiflow";
import "pagiflow/css";
const slider = Pagiflow("#my-slider", {
itemsPerSlide: 1,
loop: true,
autoplay: true,
nav: true,
});MIT © Pagiflow