Logo FS-Skia-UI

Wrap Module

Builders for the `Wrap` container — flows its children along an axis, wrapping to the next line when they overflow.

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 `Wrap` flows and line-wraps (`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 `Wrap` container from its attributes; pair with `Wrap.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.