Module

Halogen.Widgets.Panel

Package
purescript-halogen-widgets
Repository
afcondon/purescript-halogen-widgets

A titled surface that wraps caller content — the generalised form of Triggerfish's panelShell body. Chrome-function tier: polymorphic in the caller's action i, so the body threads straight through.

#PanelConfig Source

type PanelConfig = { sub :: Maybe String, title :: String }

#panel Source

panel :: forall w i. PanelConfig -> Array (HTML w i) -> HTML w i