Skip to content

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.

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

<pnx-mini icon=${fa(faMap)} ._parent=${viewer}>
  <pnx-map />
</pnx-mini>

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