﻿# 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

- JavaScript
- React
- Vue
- Svelte
- Angular
- Solid
- Next.js

## Completed Documentation

- Website: [https://pagiflow.com](https://pagiflow.com)

## Installation

Install the library via your preferred package manager:

```bash
npm install pagiflow
pnpm add pagiflow
yarn add pagiflow
```

## Usage

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

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

## License

MIT © [Pagiflow](https://pagiflow.com)
