Crate tessera_ui_basic_components

Source
Expand description

You must register pipelines by using pipelines::register_pipelines in tessera renderer’s creation before using most these components.

Re-exports§

pub use ripple_state::RippleState;

Modules§

alignment
Defines alignment options for layout components.
boxed
button
checkbox
checkmark
column
dialog
fluid_glass
glass_button
glass_slider
glass_switch
image
padding_utils
pipelines
pos_misc
Contains some convenience functions for positioning and sizing.
progress
ripple_state
row
scrollable
selection_highlight_rect
shape_def
Defines the basic shape types used by components.
slider
spacer
surface
switch
text
text_edit_core
text_editor

Macros§

boxed_ui
A macro for simplifying Boxed component declarations.
column_ui
A declarative macro to simplify the creation of a column component.
row_ui
A declarative macro to simplify the creation of a row component.