Module component

Source
Expand description

Components supported by this crate are listed here

Modules§

card
form

Structs§

Accordion
Accordion
AccordionItem
A singular accordion item, child of Accordion
AccordionItemProps
Properties of AccordionItem
AccordionProps
Properties of Accordion
Alert
Alert component
AlertProps
Properties of Alert
Badge
Badge component
BadgeProps
Properties of Badge
Button
Button component
ButtonGroup
Button group
ButtonGroupProps
Properties for ButtonGroup
ButtonProps
Properties for Button
Column
Column container
ColumnProps
Properties for Column
Container
Container component
ContainerProps
Properties for Container
Display
Display heading component
DisplayProps
Properties of Display
Lead
Lead component
LeadProps
Properties of Lead
Line
Horizontal or vertical line
LineProps
Properties for Line
Link
Link component
LinkProps
Properties for Link
ListGroup
ListGroup component
ListGroupItem
ListGroupItem
ListGroupItemProps
Properties for ListGroupItem
ListGroupProps
Properties of ListGroup
Modal
Modal dialog
ModalBody
Body for a Modal dialog
ModalBodyProps
Properties for ModalBody
ModalFooter
Footer for a Modal dialog
ModalFooterProps
Properties for ModalFooter
ModalHeader
Header for a Modal dialog
ModalHeaderProps
Properties for ModalHeader
ModalProps
Properties for Modal
NavBar
Navbar component, parent of NavItem, NavDropdown, and NavDropdownItem
NavBarProps
Properties for NavBar
NavDropdown
A dropdown menu, child of NavBar. See NavDropdownProps for a listing of properties.
NavDropdownItem
A singular dropdown item, child of NavDropdown
NavDropdownItemProps
Properties for NavDropdown
NavDropdownProps
Properties for NavDropdown
NavItem
Item of a NavBar
NavItemProperties
Properties for NavItem
Progress
Progress component, it can contain ProgressBar children
ProgressBar
ProgressBar component, contained inside a Progress parent
ProgressBarProps
Properties for ProgressBar
ProgressProps
Progress component
Row
Row container
RowProps
Properties for Row
Spinner
Spinner component
SpinnerProps
Properties of Spinner
Tooltip
Tooltip component
TooltipProps

Enums§

BrandType
Brand type for a NavBar
ButtonSize
ContainerSize
Size for a container, from extra small to extra large
DisplaySize
Display sizes
ListGroupVariant
The variant style of a ListGroup
ModalSize
Represents the optional size of a Modal dialog, described here
Placement
SizeTrigger
A size threshold to trigger a property at
TooltipFocusTrigger
Trigger options for TooltipProps::trigger_on_focus.