m3e/text_overflow

TextOverflow is an inline container which presents an ellipsis when content overflows.

This file was generated by m3e/generator

     DO NOT EDIT

Types

TextOverflow is a View Model for this component

pub opaque type TextOverflow

Values

pub fn new() -> TextOverflow

new creates a new TextOverflow with the default configuration.

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

render creates a Lustre Element for a TextOverflow

Search Document