pub fn pagination_with_arrows( items: &[PageItem], prev_href: Option<&str>, next_href: Option<&str>, ) -> Element<Nav>
Create a pagination with icon arrows.