Crate dioxus_material

Source

Re-exports§

pub use button::Button;
pub use button::Button;
pub use button::TextButton;
pub use button::TextButton;
pub use chip::Chip;
pub use chip::Chip;
pub use dialog::Dialog;
pub use dialog::Dialog;
pub use icon::Icon;
pub use icon::Icon;
pub use icon::IconFont;
pub use icon::IconFont;
pub use navigation_rail::NavigationRail;
pub use navigation_rail::NavigationRail;
pub use navigation_rail::NavigationRailItem;
pub use navigation_rail::NavigationRailItem;
pub use ripple::Ripple;
pub use ripple::Ripple;
pub use tab::Tab;
pub use tab::Tab;
pub use tab_row::TabRow;
pub use tab_row::TabRow;
pub use theme::Theme;
pub use theme::Theme;
pub use text_field::TextField;
pub use text_field::TextField;

Structs§

ButtonProps
Properties for the Button component.
ChipProps
Properties for the Chip component.
DialogProps
Properties for the Dialog component.
IconProps
Properties for the Icon component.
NavigationRailItemProps
Properties for the NavigationRailItem component.
NavigationRailProps
Properties for the NavigationRail component.
RippleProps
Properties for the Ripple component.
TabProps
Properties for the Tab component.
TabRowProps
Properties for the TabRow component.
TextButtonProps
Properties for the TextButton component.
ThemeProps
Properties for the Theme component.
UseRipple
UseTheme

Enums§

IconKind

Functions§

Button
Filled button component.
Chip
Chip component.
Dialog
Dialogs provide important prompts in a user flow.
Icon
Material Symbols icon.
IconFont
Material Symbols icon font.
NavigationRail
Props
NavigationRailItem
Props
Ripple
Props
Tab
Props
TabRow
Props
TextButton
Props
TextField
Text field component.
Theme
Theme component.
use_ripple
Hook to create a ripple from a container and animated component.
use_theme