Expand description
Common utilities for component reuse
Provides shared traits and builders to reduce boilerplate across components.
Structs§
- Class
Builder - Builder for constructing CSS class strings with conditional classes.
Functions§
- fire_
event - Call an optional event handler with the given event.
- style_
str - Extract the style string from an
Option<String>.