Mini
Panoramax.components.layout.Mini ⇐ lit.LitElement
Kind: static class of Panoramax.components.layout
Extends: lit.LitElement
Emits: expand
Element: pnx-mini
Slot: default
The component to display.
- .Mini ⇐
lit.LitElement
- new Mini()
- .properties :
Object
- "expand"
new Mini()
Mini layout allows to show a reduced or collapsed component in a corner of a main component. For example, show a reduced map on top of a photo display.
Example
mini.properties : Object
Component properties.
Kind: instance property of Mini
Properties
Name | Type | Default | Description |
---|---|---|---|
[icon] | string |
The icon to use in collapsed button. | |
[collapsed] | boolean |
false |
Collapsed displays only a simple button. |
"expand"
Event when user ask for component expand
Kind: event emitted by Mini