Skip to content
Body text lorem ipsum dolor sit amet Body text lorem ipsum dolor sit amet
Body text lorem ipsum dolor sit amet Body text lorem ipsum dolor sit amet
Accordion - CSS Component
The Accordion component can be used imported from:
Playground
Construction
The CSS component uses the <section>
tag with the z-accordion
HTML custom attribute.
z-accordion
The z-accordion
is the main parameter used to render the accordion component.
Accordion item
You can also set the size of the accordion item. Default is m
. You can also set it as l
.
Accordion item
borderless
The borderless
parameter is used to remove the border from the accordion item.
Accordion item
INFO
The open
attribute for the details
tag is a boolean attribute. When present, it specifies that the details should be visible (open) to the user. The default value is false
.
Accordion item
Check all information about the details
tag in here.
Browser support
Detected engine:
Chromium
Webkit
Gecko