<LayerPanelBase />

Constructor

# <LayerPanelBase inline children style layerPanelTitle translations />

PropTypes:
Name Type Required Description Default
inline bool No Render the component inline (without absolute positioning)
children node Yes The content of the layer panel (likely a set of `LayerPanelPage` components)
style object No An object of styles spread on the layerpanel
layerPanelTitle string No Title of the LayerPanel
translations object No Object with key/value pairs for translated strings
Since:
  • 0.5.0

View Source LayerPanel/LayerPanelBase/index.js, line 16