gbr/ui/admin/separator

Gleam UI separator super element.

Types

Separator super element.

pub opaque type UISeparator

Values

pub fn label(in: UISeparator, label: String) -> UISeparator

Set separator label.

pub fn new() -> UISeparator

New separator super element default.

pub fn render(in: UISeparator) -> element.Element(a)

Render separator super element to lustre/element/html.{div}.

Search Document