Function OutputPanelInternal
Parameters
- panelProps: PanelProps
Optionalheight?: number
Optionaloffset?: [number, number]
Optionalopacity?: number
Optionalorigin?: "top-left" | "top-right" | "bottom-left" | "bottom-right"
Optionalpadding?: number
Optionalwidth?: number
 
Returns Element
The
OutputPanelis mainly intended as an example of thePanelcomponent. It is used in storybooks as a debug/info panel. Not recommended to use for production.See