The collapsible content of a PhoenixPaper.Accordion
(pp_accordion_details/1) — hidden until the accordion's checkbox/radio
is checked, via peer-checked:. See PhoenixPaper.Accordion's moduledoc
for a full example.
id isn't actually used for anything here (unlike PhoenixPaper.AccordionSummary,
which needs it to build for=) — it's still required, so every
pp_accordion_* component shares the same simple contract and a typo in
one place (passing the wrong id to just one of the three) is at least
visible in the markup rather than silently accepted.
Summary
Functions
Renders accordion content. See the module doc.