@emanon/ema-accordion
v0.3.2
Published
## Overall Displays collapsible content for presenting information in a limited space.
Downloads
31
Keywords
Readme
ema-accordion
Overall
Displays collapsible content for presenting information in a limited space.
Properties
| Property | Attribute | Type | Default | Description |
|----------|-----------|-----------|---------|--------------------------------------------------|
| opened
| opened
| boolean
| false | Indicates whether accordion is should be open or not. |
Methods
| Method | Type |
|----------|------------|
| toggle
| (): void
|
Events
| Event | Type |
|------------------|----------------------------------------|
| request-toggle
| CustomEvent<{ accept: () => void; }>
|