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.0.1-beta.1 to 2.0.1

2

CHANGELOG.md
# React Responsive Pagination Changelog
## [2.0.1-beta.1](https://github.com/jonelantha/react-responsive-pagination/compare/v2.0.0...v2.0.1-beta.1) (2023-03-23)
## [2.0.1](https://github.com/jonelantha/react-responsive-pagination/compare/v2.0.0...v2.0.1) (2023-03-24)

@@ -5,0 +5,0 @@

{
"name": "react-responsive-pagination",
"version": "2.0.1-beta.1",
"version": "2.0.1",
"description": "React component for responsive pagination",

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

@@ -12,2 +12,6 @@ # React Responsive Pagination

### 📕 Visit [https://react-responsive-pagination.elantha.com](https://react-responsive-pagination.elantha.com) to get started 🚀
### ⭐️ v1 user? See the [v1 migration guide](https://react-responsive-pagination.elantha.com/migration) to start using v2 ⭐️
### ⚡️ [LIVE DEMO - try it out for yourself!](https://react-responsive-pagination.elantha.com/live-demo/) ⚡️

@@ -17,8 +21,4 @@

## 📕 Visit [https://react-responsive-pagination.elantha.com](https://react-responsive-pagination.elantha.com) to get started 🚀
## 🎨 Supports custom styling and Bootstrap 4 and 5 🥾
## ⭐️ v1 user? See the [v1 migration guide](https://react-responsive-pagination.elantha.com/migration) to get started with v2 ⭐️
## 🎨 Supports custom styling and also works out of the box with Bootstrap 4 or 5 🥾
Custom styles? No problem - see the [Custom Styles Guide](https://react-responsive-pagination.elantha.com/custom-styled-pagination/)

@@ -67,3 +67,6 @@

display: block;
margin: 0 10px;
margin: 0 2px;
border: 1px solid #cccccc;
padding: 5px 10px;
border-radius: 5px;
color: #007bff;

@@ -73,4 +76,9 @@ text-decoration: none;

.page-item a.page-link:hover {
background-color: #cccccc;
}
.page-item.active .page-link {
font-weight: bold;
color: #ffffff;
background-color: #007bff;
}

@@ -77,0 +85,0 @@

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