boltz-ui 0.2.0

High-level reusable GPUI UI components (Label, Button, Input, etc.).
Documentation
mod action_panel;
mod ai;
mod alert;
mod alert_dialog;
mod app_shell;
mod aspect_ratio;
mod avatar;
mod badge;
mod banner;
mod breadcrumb;
mod button;
mod calendar;
mod callout;
mod card;
mod carousel;
mod chart;
mod chip;
mod code_editor;
mod collab;
mod combobox;
mod command;
mod command_palette;
mod container;
mod context_menu;
mod count_badge;
mod data_table;
mod date_picker;
mod description_list;
mod diff_stat;
mod disclosure;
mod divider;
mod drawer;
mod dropdown_menu;
mod empty_state;
mod facepile;
mod feed;
mod file_input;
mod form;
mod form_field;
mod gradient_fade;
mod group;
mod hover_card;
mod icon;
mod image;
mod indent_guides;
mod indicator;
mod input_group;
mod input_otp;
mod item;
mod kbd;
mod keybinding;
mod keybinding_hint;
mod label;
mod list;
mod media_object;
mod menubar;
mod modal;
mod multi_select;
mod navbar;
mod navigable;
mod navigation_menu;
mod notification;
mod overlay_chrome;
mod page_heading;
mod pagination;
mod pane;
mod pane_actions;
mod pane_group;
mod popover;
mod popover_menu;
mod progress;
mod radio;
mod redistributable_columns;
mod resizable;
mod right_click_menu;
mod scrollbar;
mod search_input;
mod section_heading;
mod segmented_control;
mod select;
mod sidebar;
mod skeleton;
mod slider;
mod spinner;
mod stack;
mod stats_card;
mod stepper;
mod sticky_items;
mod tab;
mod tab_bar;
mod tab_switcher;
mod table;
mod terminal_panel;
mod terminal_view;
mod text_input;
mod title_bar;
mod toggle;
mod toggle_group;
mod tooltip;
mod tree_view_item;
mod vertical_nav;

pub use action_panel::*;
pub use ai::*;
pub use alert::*;
pub use alert_dialog::*;
pub use app_shell::*;
pub use aspect_ratio::*;
pub use avatar::*;
pub use badge::*;
pub use banner::*;
pub use breadcrumb::*;
pub use button::*;
pub use calendar::*;
pub use callout::*;
pub use card::*;
pub use carousel::*;
pub use chart::*;
pub use chip::*;
pub use code_editor::*;
pub use collab::*;
pub use combobox::*;
pub use command::*;
pub use command_palette::*;
pub use container::*;
pub use context_menu::*;
pub use count_badge::*;
pub use data_table::*;
pub use date_picker::*;
pub use description_list::*;
pub use diff_stat::*;
pub use disclosure::*;
pub use divider::*;
pub use drawer::*;
pub use dropdown_menu::*;
pub use empty_state::*;
pub use facepile::*;
pub use feed::*;
pub use file_input::*;
pub use form::*;
pub use form_field::*;
pub use gradient_fade::*;
pub use group::*;
pub use hover_card::*;
pub use icon::*;
pub use image::*;
pub use indent_guides::*;
pub use indicator::*;
pub use input_group::*;
pub use input_otp::*;
pub use item::*;
pub use kbd::*;
pub use keybinding::*;
pub use keybinding_hint::*;
pub use label::*;
pub use list::*;
pub use media_object::*;
pub use menubar::*;
pub use modal::*;
pub use multi_select::*;
pub use navbar::*;
pub use navigable::*;
pub use navigation_menu::*;
pub use notification::*;
pub(crate) use overlay_chrome::*;
pub use page_heading::*;
pub use pagination::*;
pub use pane::*;
pub use pane_actions::*;
pub use pane_group::*;
pub use popover::*;
pub use popover_menu::*;
pub use progress::*;
pub use radio::*;
pub use redistributable_columns::*;
pub use resizable::*;
pub use right_click_menu::*;
pub use scrollbar::*;
pub use search_input::*;
pub use section_heading::*;
pub use segmented_control::*;
pub use select::*;
pub use sidebar::*;
pub use skeleton::*;
pub use slider::*;
pub use spinner::*;
pub use stack::*;
pub use stats_card::*;
pub use stepper::*;
pub use sticky_items::*;
pub use tab::*;
pub use tab_bar::*;
pub use tab_switcher::*;
pub use table::{
    Table as LayoutTable, TableBody as LayoutTableBody, TableCaption as LayoutTableCaption,
    TableCell as LayoutTableCell, TableFooter as LayoutTableFooter, TableHead as LayoutTableHead,
    TableHeader as LayoutTableHeader, TableRow as LayoutTableRow,
};
pub use terminal_panel::*;
pub use terminal_view::*;
pub use text_input::*;
pub use title_bar::*;
pub use toggle::*;
pub use toggle_group::*;
pub use tooltip::*;
pub use tree_view_item::*;
pub use vertical_nav::*;