Skip to main content

Crate leptix_ui

Crate leptix_ui 

Source
Expand description

Leptix UI โ€” Radix-style accessible UI primitives for Leptos.

This is the facade crate that re-exports all Leptix primitives. Use feature flags to include only the components you need.

Re-exportsยง

pub use leptix_core as core;
pub use leptix_label as label;
pub use leptix_separator as separator;
pub use leptix_accessible_icon as accessible_icon;
pub use leptix_aspect_ratio as aspect_ratio;
pub use leptix_progress as progress;
pub use leptix_toggle as toggle;
pub use leptix_switch as switch;
pub use leptix_avatar as avatar;
pub use leptix_checkbox as checkbox;
pub use leptix_collapsible as collapsible;
pub use leptix_toggle_group as toggle_group;
pub use leptix_radio_group as radio_group;
pub use leptix_tabs as tabs;
pub use leptix_accordion as accordion;
pub use leptix_slider as slider;
pub use leptix_dialog as dialog;
pub use leptix_alert_dialog as alert_dialog;
pub use leptix_popover as popover;
pub use leptix_tooltip as tooltip;
pub use leptix_hover_card as hover_card;
pub use leptix_toolbar as toolbar;
pub use leptix_dropdown_menu as dropdown_menu;
pub use leptix_context_menu as context_menu;
pub use leptix_menubar as menubar;
pub use leptix_select as select;
pub use leptix_navigation_menu as navigation_menu;
pub use leptix_toast as toast;
pub use leptix_scroll_area as scroll_area;
pub use leptix_form as form;
pub use leptix_otp_field as otp_field;
pub use leptix_password_toggle as password_toggle;
pub use leptix_visually_hidden as visually_hidden;