Packages
lustre_prefab
1.0.0
Pre-fabricated UI components for Lustre built on lustre_stylish, inspired by the Clarity Design System
Current section
Files
Jump to
Current section
Files
include/lustre@prefab@input_Input.hrl
-record(input, {
on_change :: fun((binary()) -> any()),
value :: binary(),
label :: binary(),
input_type :: lustre@prefab@input:input_type(),
layout :: lustre@prefab@input:layout(),
placeholder :: gleam@option:option(binary()),
help_text :: gleam@option:option(binary()),
error :: gleam@option:option(binary())
}).