gilbitron / laravel-vue-pagination

A Vue.js pagination component for Laravel paginators
https://laravel-vue-pagination.org
MIT License
750 stars 144 forks source link

Default Dark Mode ? #181

Closed magicyoda closed 7 months ago

magicyoda commented 11 months ago

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 ?

magicyoda commented 11 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..

github-actions[bot] commented 8 months ago

This issue is stale because it has been open for 90 days with no activity.

github-actions[bot] commented 7 months ago

This issue was closed because it has been inactive for 30 days since being marked as stale.