Logo FS-Skia-UI

Panel Module

Builders for the `Panel` container — a surface grouping child controls, with optional Header/Footer slots (Feature 095).

Functions and values

Function or value Description

children arg1

Full Usage: children arg1

Parameters:
Returns: Attr<'msg>
Type parameters: 'msg

Supply the child controls a `Panel` groups on its surface (`Attr.children`).

arg0 : Control<'msg> list
Returns: Attr<'msg>

create arg1

Full Usage: create arg1

Parameters:
    arg0 : Attr<'msg> list

Returns: Control<'msg>
Type parameters: 'msg

Build a `Panel` from its attributes; pair with `Panel.children` for content. The typed `Props` front door (`FS.Skia.UI.Controls.Typed`) is the recommended authoring path.

arg0 : Attr<'msg> list
Returns: Control<'msg>

Type something to start searching.