lustre/ui/divider

Functions

pub fn colour(value: String) -> Attribute(a)
pub fn divider(
  attributes: List(Attribute(a)),
  children: List(Element(a)),
) -> Element(a)
pub fn gap(value: String) -> Attribute(a)
pub fn margin(value: String) -> Attribute(a)
pub fn of(
  element: fn(List(Attribute(a)), List(Element(a))) -> Element(a),
  attributes: List(Attribute(a)),
  children: List(Element(a)),
) -> Element(a)
pub fn size_x(value: String) -> Attribute(a)
pub fn size_y(value: String) -> Attribute(a)
Search Document