<WideList>
  <WideListItem
    title="Rudis Chameleon"
    description="Chamaeleo rudis"
    iconLeft={props.iconLeft}
    iconRight={props.iconRight}
    clickable={props.clickable}
  />
  <WideListItem
    title="Smithʼs Chameleon"
    description="Trioceros smithii"
    iconLeft={props.iconLeft}
    iconRight={props.iconRight}
    clickable={props.clickable}
  />
  <WideListItem
    title="Mount Meru Chameleon"
    description="Kinyongia tenuis"
    iconLeft={props.iconLeft}
    iconRight={props.iconRight}
    clickable={props.clickable}
  />
</WideList>