Closed magicyoda closed 7 months ago
I could find an easier solution by changing the class of all child using these tailwind selectors:
<TailwindPagination :data="laravelData" :limit="5" @pagination-change-page="getResults" class="[&>*]:bg-transparent [&>*]:border-none border my-5 !shadow-none" />
It helps a bit but doesn't allow me yet to change the color for "selected" page..
This issue is stale because it has been open for 90 days with no activity.
This issue was closed because it has been inactive for 30 days since being marked as stale.
Would be very nice to use Tailwind simple Dark mode utility classes to allow a proper dark/light mode rendering out of the box. To style it on my own, If I get it right I should use the Renderless Pagination and redo the styling ?