ChapterAccordion Component

Imported in

0 components,
ChapterAccordion is not referenced in any component
3 pages,
isolated/chapter-accordion.astro pages/guide-real.astro pages/guide.astro
and has
0 parent dependencies
ChapterAccordion has not any further parent dependencies

Properties

title
Required
string;
label
Required
string;
text
string;
id
string;
closed
boolean;
accordionClass
string;

Basic Usage

label
title
text
Slot

<ChapterAccordion title="title" label="label" text="text" id="id" accordionClass="accordionClass" closed="">Slot</ChapterAccordion>