0.0.1 • Published 6 years ago

@squiz/pagination v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

@squiz/pagination

Documentation and examples for showing pagination to indicate a series of related content exists across multiple pages.

Install

To download the CSS for this component run:

npm i @squiz/pagination

The CSS is to use within your app is located in: node_modules/@squiz/pagination/lib/css/pagination.min.css

Usage

This component can be used in a variety of frameworks.

Static HTML

To import this component into a static site just include it into your HTML link element like so:

<link href="node_modules/@squiz/pagination/lib/css/pagination.min.css" rel="stylesheet" type="text/css">
0.0.1

6 years ago