react-responsive-pagination
Advanced tools
Comparing version 2.1.0-beta.1 to 2.1.0
# 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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
72210
136