Function OutputPanelInternal

The OutputPanel is mainly intended as an example of the Panel component. It is used in storybooks as a debug/info panel. Not recommended to use for production.

  • Parameters

    • panelProps: PanelProps

      Panel props

      • Optionalheight?: number
      • Optionaloffset?: [number, number]
      • Optionalopacity?: number
      • Optionalorigin?: "top-left" | "top-right" | "bottom-left" | "bottom-right"
      • Optionalpadding?: number
      • Optionalwidth?: number

    Returns Element