description |
---|
Expansion Panel component for Universal Apps |
Expansion panels contain creation flows and allow lightweight editing of an element.
An expansion panel is a lightweight container that may either stand alone or be connected to a larger surface, such as a card.
New-UDExpansionPanelGroup -Children {
New-UDExpansionPanel -Title "Hello" -Children {}
New-UDExpansionPanel -Title "Hello" -Id 'expContent' -Children {
New-UDElement -Tag 'div' -Content { "Hello" }
}
}