sandstone/FixedPopupPanels

Provides Sandstone styled fixed-width, popup-styled Panels component.

import FixedPopupPanels from '@enact/sandstone/FixedPopupPanels';

Members

FixedPopupPanelsComponent

An instance of Panels which restricts the Panel to the right or left side of the screen inside a popup. Typically used for overlaying panels over other content.

import FixedPopupPanels from '@enact/sandstone/FixedPopupPanels';
Statics
Header
Panel
Properties
width
'narrow''half'

Size of the popup.

Default: 'narrow'

FixedPopupPanelsBaseComponent

A base panels component for FixedPopupPanels that has left key handler to navigate panels.

import {FixedPopupPanelsBase} from '@enact/sandstone/FixedPopupPanels';

FixedPopupPanelsDecoratorHigher-Order Component

Adds popup functionality and rtl prop to FixedPopupPanels.

import {FixedPopupPanelsDecorator} from '@enact/sandstone/FixedPopupPanels';

A header component for a Panel with a title and subtitle, supporting several configurable `slots` for components.

import {Header} from '@enact/sandstone/FixedPopupPanels';

PanelComponent

The standard view container used inside a FixedPopupPanels view manager instance.

import {Panel} from '@enact/sandstone/FixedPopupPanels';
ArrayBooleanFunctionModuleNumberObjectString