Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-responsive-pagination

Package Overview
Dependencies
Maintainers
1
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-responsive-pagination - npm Package Compare versions

Comparing version 2.2.0-beta.4 to 2.2.0-beta.5

themes/bootstrap.css

7

CHANGELOG.md
# React Responsive Pagination Changelog
# [2.2.0-beta.5](https://github.com/jonelantha/react-responsive-pagination/compare/v2.2.0-beta.4...v2.2.0-beta.5) (2023-04-30)
### Features
* Themes ([f37c741](https://github.com/jonelantha/react-responsive-pagination/commit/f37c74195258ca0632459daa47296e0c1c08bfdc))
# [2.2.0-beta.4](https://github.com/jonelantha/react-responsive-pagination/compare/v2.2.0-beta.3...v2.2.0-beta.4) (2023-04-28)

@@ -4,0 +11,0 @@

2

package.json
{
"name": "react-responsive-pagination",
"version": "2.2.0-beta.4",
"version": "2.2.0-beta.5",
"description": "React component for responsive pagination",

@@ -5,0 +5,0 @@ "author": "jonelantha",

@@ -37,3 +37,3 @@ # React Responsive Pagination

import ResponsivePagination from 'react-responsive-pagination';
import 'react-responsive-pagination/themes/classic-light.css';
import 'react-responsive-pagination/themes/classic.css';
// 👆 classic theme, see below for other theme / css options

@@ -66,10 +66,10 @@

```
import 'react-responsive-pagination/themes/classic-light.css';
import 'react-responsive-pagination/themes/classic.css';
```
| Theme | Example |
| ------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| classic-light.css | <img src="./theme-previews/classic.png?raw=true" width="292" alt="classic pagination" /> |
| bootstrap-light.css | <img src="./theme-previews/bootstrap.png?raw=true" width="250" alt="classic pagination" /><br />Bootstrap 5 styled pagination (without installing Bootstrap)<br />See [additional bootstrap options](https://react-responsive-pagination.elantha.com/bootstrap-pagination/#options) |
| minimal-light.css | <img src="./theme-previews/minimal.png?raw=true" width="169" alt="classic pagination" /> |
| Theme | Example |
| ------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| classic.css | <img src="./theme-previews/classic.png?raw=true" width="292" alt="classic pagination" /> |
| bootstrap.css | <img src="./theme-previews/bootstrap.png?raw=true" width="250" alt="classic pagination" /><br />Bootstrap 5 styled pagination (without installing Bootstrap)<br />See [additional bootstrap options](https://react-responsive-pagination.elantha.com/bootstrap-pagination/#options) |
| minimal.css | <img src="./theme-previews/minimal.png?raw=true" width="169" alt="classic pagination" /> |

@@ -76,0 +76,0 @@ Please see the [Themes guide](https://react-responsive-pagination.elantha.com/themes/) for more details (including overridable theme attributes)

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc