Re-exports§
pub use crate::attributes::Animation;pub use crate::attributes::Color;pub use crate::attributes::Orientation;pub use crate::attributes::Side;pub use crate::attributes::Size;pub use crate::components::organisms::form::FormListCurrentSize;pub use crate::components::organisms::form::FormListCurrentSize;pub use crate::components::organisms::form::FormListMaxSize;pub use crate::components::organisms::form::FormListMaxSize;pub use crate::hooks;pub use crate::bootstrap::BootstrapConfig;pub use crate::bootstrap::DioxusTwComponentsBootstrap;
Modules§
Structs§
- Toast
- A Toast with a default duration of 10s
Enums§
Traits§
Functions§
- Accordion
- The Accordion component divides the content into collapsible items
Usage: - Accordion
Content - Collapsible element that is toggled by the AccordionTrigger component
- Accordion
Item - Wrapper for the AccordionTrigger and AccordionContent components
- Accordion
Trigger - The clickable element that toggles the visibility of the AccordionContent component
- Breadcrumb
- Usage:
- Breadcrumb
Item - Breadcrumb
Separator - Button
- Callout
- Carousel
- Usage :
- Carousel
Content - You need to pass it an id for it to work
- Carousel
Item - Carousel
Trigger - Carousel
Window - Checkbox
- Dropdown
- Usage:
- Dropdown
Content - Dropdown
Toggle - Form
List - Form
List Content - Form
List Current Size - Form
List MaxSize - Form
List Trigger Minus - Form
List Trigger Plus - Hover
Card - Hover
Card Content - Hover
Card Trigger - Icon
- Input
- Light
Switch - This component inserts/remove “dark” in the DOM on the div with id of main
- Modal
- Usage: \
- Modal
Background - Modal
Close - Div to close the content modal, by default it is a cross located at the top left corner of the modal If you provide a children, it will be used instead of the default cross and no internal styling will be provided
- Modal
Content - Modal
Trigger - Navbar
- Pagination
- Placeholder
- Progress
Bar - Progress
BarInner - Progress
Label - Radio
- Scrollable
- Select
Group - Select
Item - Select
Label - Select
Placeholder - Separator
- Side
Panel - Side
Panel Background - Side
Panel Close - Div to close the content side panel, by default it is a cross located at the top left corner of the side panel If you provide a children, it will be used instead of the default cross and no internal styling will be provided
- Side
Panel Content - Side
Panel Trigger - Slider
- Slider
Label - Slider
Ticks - Table
- Table
Body - Table
Caption - Table
Cell - Table
Footer - Table
Head - Table
Header - Table
Row - Tabs
- Tabs
Content - Tabs
List - Tabs
Trigger - Text
Area - Toaster
- The toaster must wrap around your App as high as possible to be used
- Toggle
- use_
toast - Hook that returns the ToasterState to spawn a Toast