Skip to content
View pagiflow's full-sized avatar

Block or report pagiflow

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
pagiflow/README.md

Pagiflow - High-Performance Slider Library

Pagiflow is a modern, lightweight slider and carousel library built for speed, simplicity, and smooth performance across websites.

Features

  • 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.

Supported Frameworks

  • React
  • Vue
  • Svelte
  • Angular
  • Solid JS
  • Next.js
  • Vanilla JavaScript

Completed Documentation

Installation

Install the library via your preferred package manager:

npm install pagiflow
pnpm add pagiflow
yarn add pagiflow

Usage

import Pagiflow from "pagiflow";
import "pagiflow/css";

const slider = Pagiflow("#my-slider", {
  itemsPerSlide: 1,
  loop: true,
  autoplay: true,
  nav: true,
});

License

MIT © Pagiflow

Popular repositories Loading

  1. pagiflow pagiflow Public

    A high-performance, lightweight, zero-dependency JS slider and carousel library. Optimized for speed and SEO.

    JavaScript 1