Module glass_button

Source
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§

GlassButtonArgs
Arguments for the glass_button component.
GlassButtonArgsBuilder
Builder for GlassButtonArgs.

Enums§

GlassButtonArgsBuilderError
Error type for GlassButtonArgsBuilder

Functions§

glass_button
An interactive button with a fluid, glass-like background and a ripple effect on click.