dioxus-class-macro
class! proc_macro provided to define class clearly
Example
rsx!
The elements such as card_compact are just normal rust expressions, they are all checked by compiler,
and when defined as constants, can provide auto-complete in editor. The only requirement is that they
can be converted to String with String::from()