Module prelude

Module prelude 

Source

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§

atoms
molecules
organisms
templates

Structs§

Toast
A Toast with a default duration of 10s

Enums§

ButtonVariant
CalloutVariant
Icons

Traits§

ToastRenderer

Functions§

Accordion
The Accordion component divides the content into collapsible items
Usage:
AccordionContent
Collapsible element that is toggled by the AccordionTrigger component
AccordionItem
Wrapper for the AccordionTrigger and AccordionContent components
AccordionTrigger
The clickable element that toggles the visibility of the AccordionContent component
Breadcrumb
Usage:
BreadcrumbItem
BreadcrumbSeparator
Button
Callout
Carousel
Usage :
CarouselContent
You need to pass it an id for it to work
CarouselItem
CarouselTrigger
CarouselWindow
Checkbox
Dropdown
Usage:
DropdownContent
DropdownToggle
FormList
FormListContent
FormListCurrentSize
FormListMaxSize
FormListTriggerMinus
FormListTriggerPlus
HoverCard
HoverCardContent
HoverCardTrigger
Icon
Input
LightSwitch
This component inserts/remove “dark” in the DOM on the div with id of main
Modal
Usage: \
ModalBackground
ModalClose
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
ModalContent
ModalTrigger
Navbar
Pagination
Placeholder
ProgressBar
ProgressBarInner
ProgressLabel
Radio
Scrollable
SelectGroup
SelectItem
SelectLabel
SelectPlaceholder
Separator
SidePanel
SidePanelBackground
SidePanelClose
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
SidePanelContent
SidePanelTrigger
Slider
SliderLabel
SliderTicks
Table
TableBody
TableCaption
TableCell
TableFooter
TableHead
TableHeader
TableRow
Tabs
TabsContent
TabsList
TabsTrigger
TextArea
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

Derive Macros§

Row