Pagination Control Gradient Support #7066
th3oth3rjak3
started this conversation in
Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been working on a personal project which uses Tauri for the backend and React with mantine for the frontend. I've been using it for a little while now and I'm really starting to dig into how to customize some of the components. I was able to add a feature to my application that lets a user pick their button style which includes the regular Button and ActionIcon components. Part of the feature that I wanted to add was the ability to let user's set a gradient style for all of their buttons with two colors and set the degrees. I was able to do this for all of the buttons in my application with the exception of the pagination component. Exposing the ability to pass in a gradient to the active control button would be cool. Example:
Beta Was this translation helpful? Give feedback.
All reactions