custom

fun custom(build: RenderContext.() -> Unit)

Adds a custom fritz2-component to the menu.

Parameters

build

Lambda containing the layout to render


fun custom(styling: Style<BoxParams>, build: RenderContext.() -> Unit)

Adds a custom fritz2-component to the menu.

Parameters

styling

Style to be applied to the component

build

Lambda containing the layout to render