Expand description
Provides an interactive button component with a glassmorphic (glass-like) background and ripple effect.
This module defines glass_button
, a highly customizable button for modern UI applications.
It combines advanced glass visual effects with interactive feedback, supporting primary, secondary,
success, and danger styles. Typical use cases include visually distinctive action buttons in
glassmorphic or layered interfaces, where both aesthetics and user feedback are important.
The component is suitable for dashboards, dialogs, toolbars, and any context requiring a visually appealing, interactive button with a translucent, layered look.
Structs§
- Glass
Button Args - Arguments for the
glass_button
component. - Glass
Button Args Builder - Builder for
GlassButtonArgs
.
Enums§
- Glass
Button Args Builder Error - Error type for GlassButtonArgsBuilder
Functions§
- glass_
button - An interactive button with a fluid, glass-like background and a ripple effect on click.