Themes

Components/Types/AccordianSection
AccordianSection
Name
Description
Type
collapsable

If the section should be collapseable.

boolean
defaultCollapsed

If the section should be collapsed by default.

boolean
name

The name of the section. Used as the slot identifier and id.

string
title

The title to display in the header.

string
variant

Apply styling to a section:

  • 'default': Default styling.
  • 'mega': For containing es-mega-input.
  • 'field': For containing inputs and other fields.
  • 'text': For containing text blocks.
  • 'footer': Applies specific styles to inserted buttons.
SectionVariant