pagination_with_arrows

Function pagination_with_arrows 

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

Create a pagination with icon arrows.