Module components
Source pub use Button_completions::Component::Button;
pub use Input_completions::Component::Input;
pub use Label_completions::Component::Label;
pub use FormField_completions::Component::FormField;
pub use Modal_completions::Component::Modal;
pub use Alert_completions::Component::Alert;
pub use Badge_completions::Component::Badge;
pub use Spinner_completions::Component::Spinner;
pub use Card_completions::Component::Card;
pub use Dropdown_completions::Component::Dropdown;
pub use Tabs_completions::Component::Tabs;
pub use Toggle_completions::Component::Toggle;
pub use Tooltip_completions::Component::Tooltip;
- AlertProps
- Properties for the
Alert
component. - BadgeProps
- Properties for the
Badge
component. - ButtonProps
- Properties for the
Button
component. - CardProps
- Properties for the
Card
component. - DropdownProps
- Properties for the
Dropdown
component. - FormFieldProps
- Properties for the
FormField
component. - InputProps
- Properties for the
Input
component. - LabelProps
- Properties for the
Label
component. - ModalProps
- Properties for the
Modal
component. - SpinnerProps
- Properties for the
Spinner
component. - TabItem
- Tab item data structure
- TabsProps
- Properties for the
Tabs
component. - ToggleProps
- Properties for the
Toggle
component. - TooltipProps
- Properties for the
Tooltip
component.
- Alert
- Alert/Banner component
- Badge
- Badge component
- Button
- Button component with consistent styling
- Card
- Card component
- Dropdown
- Dropdown menu component
- FormField
- Form field wrapper component
- Input
- Input component with consistent styling
- Label
- Label component
- Modal
- Modal component
- Spinner
- Loading spinner component
- Tabs
- Tabs component
- Toggle
- Toggle/Switch component
- Tooltip
- Tooltip component (simple implementation)