question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

QPagination should have props for page button styles

See original GitHub issue

QPagination should provide some button props like flat, round, outline

Maybe an option; for example,

button-style-props="{ flat: true, round: true, size: '20px', padding: '10px' }"

can be provided.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
rstoenescucommented, Mar 18, 2021

@mockingjet Will be available in Quasar v1.15.6 (and v2.0.0-beta.10):

qpagination

1reaction
hawkeye64commented, Oct 23, 2020

@mockingjet The issue here is you would need separation between props and attributes and for a lot of users this could get into confusing territory.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Build a Custom Pagination Component in React
In this post, we will focus on pagination and we'll build a custom controlled component that handles page buttons based on the current...
Read more >
Building a pagination component in React with TypeScript
I'm going to build it with React TypeScript and using CSS Modules with ... pagination.module.scss'; export interface Props { page: number; ...
Read more >
Pagination API - Material UI - MUI
Name Type Default boundaryCount integer 1 classes object color 'primary' | 'secondary' | 'standard' | string 'standard'
Read more >
How To Build Custom Pagination with React | DigitalOcean
This will install bootstrap , prop-types , react-flags , countries-api , and node-sass . You installed the bootstrap package as a dependency for ......
Read more >
How to style Pagination Item from Pagination in Material-UI ...
I would like to override Pagination Item's class imported from Material-UI. I just import Pagination component from Material-UI.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found