Function OutputPanelInternal
Parameters
- panelProps: PanelProps
Optional
height?: number
Optional
offset?: [number, number]
Optional
opacity?: number
Optional
origin?: "top-left" | "top-right" | "bottom-left" | "bottom-right"
Optional
padding?: number
Optional
width?: number
Returns Element
The
OutputPanel
is mainly intended as an example of thePanel
component. It is used in storybooks as a debug/info panel. Not recommended to use for production.See