Re-exports§
pub use button::Button;pub use button::ButtonColor;pub use button::ButtonVariant;pub use button::TableButton;
Modules§
- button
- form
- This module allows to quickly create a form based on provided model.
- login
- resource_
table
Structs§
- Dict
Select - Simple Select component based on map of
i64->Tvalues. - Drop
Image File - Box that allows to accept image files on it, connected to
Value<Option<DropFileItem>>. - Drop
Image File Params - Image
Upload - Input
- Input connected to provided
Value<String>. - Input
With Button - Input connected to provided
Value<String>. - Input
With Button Params - List
Input - Input connected to provided
Value<Vec<String>>. - Multi
Drop Down - Multi
Drop Down Params - Multi
Select - Select component based on vector of
Tvalues, which allows to have multiple options selected at once. - Popup
- Popup
OnHover - Popup
Params - Search
Panel - Component that takes query and loads/computes a result.
- Search
Panel Params - Select
- Simple Select component based on vector of
Tvalues. - Select
Search - Input that searches for entered query in provided item list, based on
HashMap<K, V>. - Select
Search Params - Spinner
- Switch
- Simple toggle control connected to
Value<bool>. - Switch
Params - Tab
- Tabs
- TabsHeader and TabsContent rendered next to each other.
- Tabs
Content - Renders content controlled by TabsHeader bar.
- Tabs
Content Mapped - Renders content controlled by TabsHeader bar, but allows to map groups of possible values to single tab, handy when using Tabs component connected with routing
- Tabs
Header - Nagivation bar for TabsContent.
- Tabs
Params - With
Loader - Wraps Resource<T> and shows Spinner, error or renders value based on Resource variant.
Traits§
Functions§
- image_
as_ uri - name_
to_ mime - nonify
- parse
- parse_
optional - with_
loader - Wraps Resource<T> and shows Spinner, error or renders value based on Resource variant.