Initial release.
glassTabsUI() — animated glassmorphism-style tab
navigation with a sliding glass halo and transfer trace between
tabs.glassTabPanel() — defines a single tab button and its
content pane.glassTabsServer() — reactive helper that tracks the
active tab value.glass_tab_theme() — custom color theme for
glassTabsUI() with eight independent handles:
tab_text, tab_active_text,
halo_bg, halo_border, content_bg,
content_border, card_bg,
card_text."dark" (default) and "light"
presets for glassTabsUI().bs4Dash compatibility via
wrap = FALSE.glassMultiSelect() — dropdown filter with live search,
select-all with indeterminate state, and three checkbox indicator
styles: "checkbox", "check-only", and
"filled".glassMultiSelectServer() — typed reactive wrapper
exposing selected and style reactives.glassFilterTags() — tag-pill display area that stays in
sync with a glassMultiSelect() automatically via
JavaScript; clicking × on a pill deselects that option.glass_select_theme() — custom color theme with four
handles: bg_color, border_color,
text_color, accent_color."dark" and "light" presets for
glassMultiSelect().show_style_switcher, show_select_all,
show_clear_all flags to hide UI chrome (all default
TRUE)."filled" style via
the hues argument (auto-assigned if omitted).useGlassTabs() — injects CSS and JavaScript via
htmltools::htmlDependency, which is deduplicated
automatically by Shiny.color-mix()), ensuring compatibility with Shiny’s embedded
browser.id.