Accordion
Overview
Accordions allow users to expand and collapse sections of content. They are useful when you want to toggle between hiding and showing large amounts of content.
Example
Properties
Property | Description | Type | Values | Default | Required |
---|---|---|---|---|---|
title | The title of the accordion | string | ✓ | ||
open | Whether the accordion is open or closed | boolean | false |
Slots
Name | Description |
---|---|
default | The content of the accordion |