pagination_with_nav

Function pagination_with_nav 

Source
pub fn pagination_with_nav(
    items: &[PageItem],
    prev_href: Option<&str>,
    next_href: Option<&str>,
) -> Element<Nav>
Expand description

Create a pagination with previous/next buttons.