m3e/nav_rail
nav_rail provides Lustre support for the M3E Nav Rail component
Types
Mode is the mode in which items in the rail are presented
pub type Mode {
Auto
Compact
Expanded
}
Constructors
-
Auto -
Compact -
Expanded
Values
pub const default_mode: Mode
pub fn render(
m: NavRail,
attributes: List(attribute.Attribute(msg)),
children: List(element.Element(msg)),
) -> element.Element(msg)
render creates a Lustre Element from a NavRail