✨ (base): Añade componente Pager
Incluye soporte HTMX vía `sort_link()`/`hx_pager` para navegación sin recarga.
This commit is contained in:
parent
e8bba0803d
commit
3b01894024
14 changed files with 881 additions and 31 deletions
|
|
@ -25,5 +25,8 @@ pub use html::Html;
|
|||
mod intro;
|
||||
pub use intro::{Intro, IntroOpening};
|
||||
|
||||
mod pager;
|
||||
pub use pager::{Pager, PagerVisibility};
|
||||
|
||||
mod poweredby;
|
||||
pub use poweredby::PoweredBy;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue