Expander
<ns-expander> Overview
A component to show and hide content related to heading.
Examples
Guidance
Implementation
Placement
The ns-expander component can be used in the following components:
<ns-accordion><ns-skyline><ns-card><ns-content><ns-product-card><ns-selector>
Specification
Attributes
colour
- Property
colour- Description
- The colour of the expander.
- Type
yellow- Default
icon
- Property
icon- Type
string- Default
open
- Property
open- Description
- Whether the expander is open.
- Type
boolean- Default
false
type
- Property
type- Description
- The type of the expander.
- Type
standardskyline- Default
standard
Slots
| Slot | Permitted tags | Description |
|---|---|---|
heading | <h3> <h4> | The heading of the expander. |
| Anonymous slot | <p> | Anonymous slot for content. |
Events
| Name | Description |
|---|---|
expander-toggle | Dispatched when the expander is toggled. |