Crate clsx

Source

Macros§

clsx
The clsx! macro composes class names in a single pass, appending each argument’s class(es) into one final space‐separated String.

Traits§

ClsxArg
A trait representing any type that can be converted into one or more class names.