react-responsive-pagination
Advanced tools
Comparing version 2.2.0-beta.4 to 2.2.0-beta.5
# 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 @@ |
{ | ||
"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) |
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
94954
74
1665