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@button_Button.hrl
-record(button, {
label :: binary(),
on_click :: gleam@option:option(any()),
style :: lustre@prefab@button:style(),
size :: lustre@prefab@button:size(),
variant :: lustre@prefab@button:variant(),
disabled :: boolean(),
all_caps :: boolean(),
label_hidden :: boolean()
}).