Accordion

Component name: <v-acccordion-group> + <v-acccordion>

Accordions are useful when you want to toggle between hiding and showing large amount of content

Examples

Basic

Open state

Standalone

Components

v-accordion-group

Wrapper component for accordions.

v-accordion

API

Name Type Description Default
title String Set the title of the accordion header -
open Boolean Whether or not the accordion should start opened false

Notice

All other properties that are not defined above, will be passed to the component as html attributes. This is especially useful for adding the class attribute.