1.1.24 • Published 5 months ago
@exmg/exm-collapsed v1.1.24
<exm-collapsed> 
Collapsed element contains a slot that can be expanded or collapsed to reveal additional content or information.
Installation
npm install @exmg/exm-collapsedExample Usage
Standard
@property({type: Boolean})
opened = false;<exm-button @click="${()" =""> (this.opened = !this.opened)}>Open</exm-button>
<exm-collapsed ?opened="${this.opened}">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna
aliqua.
</exm-collapsed>API
Slots
| Name | Description |
|---|---|
| default | Default content to display within the collapsible element |
Properties/Attributes
| Name | Type | Default | Description |
|---|---|---|---|
opened | boolean | false | The opened state of the component |
Methods
| Name | Description |
|---|---|
toggle | Toggles the opened state of the component |
show | Sets the opened state of the component to true |
hide | Sets the opened state of the component to false |
Events
None
CSS Custom Properties
None
Additional references
1.1.8-alpha.33
8 months ago
1.0.3
9 months ago
0.0.2-alpha.0
8 months ago
0.0.2-alpha.2
8 months ago
0.0.2-alpha.1
8 months ago
1.0.4-alpha.9
9 months ago
1.1.1-alpha.9
9 months ago
1.1.5-alpha.6
8 months ago
1.1.5-alpha.5
8 months ago
1.1.10-alpha.35
7 months ago
1.1.9
8 months ago
1.1.8
8 months ago
1.0.4-alpha.24
9 months ago
1.0.4-alpha.21
9 months ago
1.1.8-alpha.9
8 months ago
1.1.4
9 months ago
1.1.3
9 months ago
1.1.2
9 months ago
1.1.12
8 months ago
1.1.11
8 months ago
1.1.10
8 months ago
1.1.16
7 months ago
1.1.15
7 months ago
1.1.14
7 months ago
1.1.13
7 months ago
1.1.19
7 months ago
1.1.18
7 months ago
1.1.2-alpha.5
9 months ago
1.1.17
7 months ago
1.1.2-alpha.6
9 months ago
1.1.4-alpha.2
9 months ago
1.0.4-alpha.12
9 months ago
1.1.23
5 months ago
1.1.6-alpha.9
8 months ago
1.1.22
5 months ago
1.1.2-alpha.0
9 months ago
1.1.21
6 months ago
1.1.4-alpha.6
8 months ago
1.1.20
6 months ago
1.1.4-alpha.8
8 months ago
1.1.2-alpha.3
9 months ago
1.1.4-alpha.7
8 months ago
1.1.2-alpha.4
9 months ago
1.1.24
5 months ago
1.1.4-alpha.9
8 months ago
1.1.2-alpha.2
9 months ago
1.0.2
1 year ago
1.0.1
1 year ago
1.0.0
1 year ago