Accordion-based FAQ section with a serif heading and divider separators.
Installation
Usage
How It Works
- Built on the Radix
Accordioncomponent (type="single"+collapsible). - Each item is wrapped in a
groupdiv so the<hr>separator can hide itself when the item above it is open (peer-data-[state=open]:opacity-0) and on the last item (group-last:hidden). - The open item gets a subtle
bg-muted/50background viadata-[state=open].