Packages

Layout and style that's easy to refactor, all without thinking about CSS.

Current section

Files

Jump to
legos include legos@input_TextConfig.hrl
Raw

include/legos@input_TextConfig.hrl

-record(text_config, {
on_change :: fun((binary()) -> any()),
text :: binary(),
placeholder :: gleam@option:option(legos@input:placeholder(any())),
label :: legos@input:label(any())
}).