Packages

🎨 Gleam UI lustre library by @gleam-br

Current section

Files

Jump to
gbr_ui include gbr@ui@core@model_UIBox.hrl
Raw

include/gbr@ui@core@model_UIBox.hrl

-record(u_i_box, {
title :: lustre@vdom@vnode:element(any()),
content :: lustre@vdom@vnode:element(any()),
footer :: lustre@vdom@vnode:element(any()),
attrs :: list(lustre@vdom@vattr:attribute(any()))
}).