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.1.0-beta.1 to 2.1.0

2

CHANGELOG.md
# React Responsive Pagination Changelog
# [2.1.0-beta.1](https://github.com/jonelantha/react-responsive-pagination/compare/v2.0.1...v2.1.0-beta.1) (2023-03-25)
# [2.1.0](https://github.com/jonelantha/react-responsive-pagination/compare/v2.0.1...v2.1.0) (2023-04-02)

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

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

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

@@ -20,8 +20,10 @@ # React Responsive Pagination

## 🎨 Supports custom styling and Bootstrap 4 and 5 🥾
## 🥾 Bootstrap 4 and 5 support included
Using Bootstrap? See the [Bootstrap Getting Started Guide](https://react-responsive-pagination.elantha.com/bootstrap-pagination/)
## 🎨 Custom styling
Custom styles? No problem - see the [Custom Styles Guide](https://react-responsive-pagination.elantha.com/custom-styled-pagination/)
Using Bootstrap? See the [Bootstrap Getting Started Guide](https://react-responsive-pagination.elantha.com/bootstrap-pagination/)
## ⏳ Quick Start

@@ -63,14 +65,12 @@

.page-item .page-link {
position: relative;
.page-link {
display: block;
margin: 0 2px;
border: 1px solid #cccccc;
border-radius: 5px;
padding: 5px 10px;
border-radius: 5px;
color: #007bff;
margin: 0 2px;
text-decoration: none;
}
.page-item a.page-link:hover {
a.page-link:hover {
background-color: #cccccc;

@@ -83,8 +83,2 @@ }

}
.page-item.disabled .page-link {
color: #6c757d;
pointer-events: none;
cursor: auto;
}
```

@@ -91,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