3.0.18 • Published 3 months ago

@spellix/pagination v3.0.18

Weekly downloads
-
License
-
Repository
github
Last release
3 months ago

@spellix/pagination

A Quick description of the component

This component is generated automatically, please add a description and usage instructions below.

Short description

Dynamic pagination component

Installation

yarn add @spellix/pagination
# or
npm i @spellix/pagination
# or
pnpm i @spellix/pagination

Usage

Import Pagination from the package and configure it with props as needed:

import { Pagination } from '@spellix/pagination';

export const App = () => {
  return <Pagination {...({/* props for the component */})} />;
};