m3e/step_panel

StepPanel is a panel presented for a step in a wizard-like workflow.

This file was generated: By: m3e/generator version 0.1.0 At: 2026-05-05T14:38:23+10:00

     DO NOT EDIT

Types

Slots are used in child elements to insert content into this component

pub type Slot {
  Actions
}

Constructors

  • Actions

StepPanel is a View Model for this component

pub opaque type StepPanel

Values

pub fn new() -> StepPanel

new creates a new StepPanel with the default configuration.

pub fn render(
  arg: StepPanel,
  attributes: List(attribute.Attribute(msg)),
  children: List(element.Element(msg)),
) -> element.Element(msg)

render creates a Lustre Element for a StepPanel

pub fn slot(s: Slot) -> attribute.Attribute(msg)

slot returns a Lustre Attribute(msg) for the given slot name

Search Document