File tree Expand file tree Collapse file tree 2 files changed +17
-9
lines changed Expand file tree Collapse file tree 2 files changed +17
-9
lines changed Original file line number Diff line number Diff line change 2
2
3
3
An agnostic pagination package for JavaScript.
4
4
5
- ![ NPM License] ( https://img.shields.io/npm/l/%40sysafarila%2Fjs-paginate?style=flat-square )
6
- ![ GitHub Actions Workflow Status] ( https://img.shields.io/github/actions/workflow/status/sysafarila/js-paginate/.github%2Fworkflows%2Ftest.yml?style=flat-square&label=github%20test )
7
- ![ GitHub Actions Workflow Status] ( https://img.shields.io/github/actions/workflow/status/sysafarila/js-paginate/.github%2Fworkflows%2Fnpm-publish.yml?style=flat-square&label=publish%20package )
8
- ![ NPM Downloads] ( https://img.shields.io/npm/dy/%40sysafarila%2Fjs-paginate?style=flat-square )
9
- ![ NPM Version] ( https://img.shields.io/npm/v/%40sysafarila%2Fjs-paginate?style=flat-square )
10
- ![ GitHub Release] ( https://img.shields.io/github/v/release/sysafarila/js-paginate?style=flat-square )
11
- ![ npm bundle size] ( https://img.shields.io/bundlephobia/minzip/%40sysafarila%2Fjs-paginate?style=flat-square )
12
- ![ NPM Unpacked Size] ( https://img.shields.io/npm/unpacked-size/%40sysafarila%2Fjs-paginate?style=flat-square )
5
+ <p style =" text-align : center ;" ><img src =" https://img.shields.io/npm/l/%40sysafarila%2Fjs-paginate?style=flat-square " alt =" NPM License " >
6
+ <img src =" https://img.shields.io/github/actions/workflow/status/sysafarila/js-paginate/.github%2Fworkflows%2Ftest.yml?style=flat-square& ; label=github%20test " alt =" GitHub Actions Workflow Status " >
7
+ <img src =" https://img.shields.io/github/actions/workflow/status/sysafarila/js-paginate/.github%2Fworkflows%2Fnpm-publish.yml?style=flat-square& ; label=auto%20publish " alt =" GitHub Actions Workflow Status " >
8
+ <img src =" https://img.shields.io/npm/dy/%40sysafarila%2Fjs-paginate?style=flat-square " alt =" NPM Downloads " >
9
+ <img src =" https://img.shields.io/npm/v/%40sysafarila%2Fjs-paginate?style=flat-square& ; label=npm%20version " alt =" NPM Version " >
10
+ <img src =" https://img.shields.io/github/v/release/sysafarila/js-paginate?style=flat-square " alt =" GitHub Release " >
11
+ <img src =" https://img.shields.io/bundlephobia/minzip/%40sysafarila%2Fjs-paginate?style=flat-square " alt =" npm bundle size " >
12
+ <img src =" https://img.shields.io/npm/unpacked-size/%40sysafarila%2Fjs-paginate?style=flat-square " alt =" NPM Unpacked Size " ></p >
13
+
14
+ # Installation
15
+
16
+ Run this command below on your terminal
17
+
18
+ ```
19
+ npm i @sysafarila/js-paginate
20
+ ```
13
21
14
22
# Usage
15
23
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sysafarila/js-paginate" ,
3
- "version" : " 0.0.13 " ,
3
+ "version" : " 0.0.14 " ,
4
4
"description" : " An agnostic pagination package for JavaScript." ,
5
5
"main" : " ./dist/index.js" ,
6
6
"module" : " ./dist/index.mjs" ,
You can’t perform that action at this time.
0 commit comments