<Accordion id="accordion-1"
  collapsible={props.collapsible}
  initialExpandedIndex={props.initialExpandedIndex}>
  <AccordionItem title="Independent moving eyes">
    Chameleons have eyes that can move independently of each other, allowing them to look in two different directions at once.
  </AccordionItem>
  <AccordionItem title="Vision">
    Chameleons have a 360-degree arc of vision, making it easy for them to spot predators.
  </AccordionItem>
  <AccordionItem title="Spectrum">
    Chameleons can see in both visible and ultraviolet light.
  </AccordionItem>
</Accordion>