sandstone/ Fixed Popup Panels
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';Wrapped with: sandstone/FixedPopupPanels.FixedPopupPanelsDecorator
Statics
A shortcut to access sandstone/FixedPopupPanels.Header
A shortcut to access sandstone/FixedPopupPanels.Panel
Properties
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';HeaderComponent
A header component for a Panel with a title and subtitle, supporting several configurable
`slots` for components.
import {Header} from '@enact/sandstone/FixedPopupPanels';Extends: sandstone/Panels.Header
PanelComponent
The standard view container used inside a FixedPopupPanels view manager instance.
import {Panel} from '@enact/sandstone/FixedPopupPanels';Extends: sandstone/Panels.Panel
ArrayBooleanFunctionModuleNumberObjectString