papercss / papercss

The Less Formal CSS Framework
https://getpapercss.com
ISC License
4.06k stars 220 forks source link

Pagination component? #239

Open Famaxis opened 3 years ago

Famaxis commented 3 years ago

Hello, I like PaperCSS. It would be nice to add pagination component. Now I can use button component for this, but with ready specific component it would be much faster and more beautiful.

rhyneav commented 3 years ago

Thank you for the suggestion! I think this could be a neat addition, what specifically did you have in mind?

Famaxis commented 3 years ago

Something like this https://getbootstrap.com/docs/5.0/components/pagination/, but more beautiful and laconic. just like everything else in your framework. :)

rhyneav commented 3 years ago

I think that makes a lot of sense and would fit in well with the rest of the framework! Thank you for the suggestion!

Oli8 commented 2 years ago

FYI I've implemented a pagination component in spaper (papercss component for svelte), you can see how it looks here : https://oli8.github.io/spaper/#/components/Pagination

rhyneav commented 2 years ago

Very nice!