Module intuitive::components

source ·
Expand description

A collection of components.

Refer to the documentation for the #[component(..)] attribute macro for information on how to write custom components.

Structs

A container for functions that return an Element. This is used as a way to capture a closure of a Component::render call.
Renders its child.
Renders an empty element.
Renders its child at a fixed width and/or height.
A component that renders a horizontal stack of its children.
Renders its child with padding around it.
Wraps its child in a border and a title.
A component that renders stacks of its children.
Displays simple text.
A component that renders a vertical stack of its children.

Traits

Describes types which can be rendered to an Element.