dwind-macros
This crate provides the core macros used by the DWIND style system.
For examples of usage, check out the example application here: https://jedimemo.github.io/dwind/examples/
Usage
dwclass! and dwclass_signal!
The main macros used from applications are dwclass and dwclass_signal.
These can be used on DomBuilder<N> to use dwind classes on your dom elements.
dwgenerate_map!
This macro lets you pre-declare classes to use in your dwind application. Typically used in style packages, such as dwind itself
// Invokes the width_generator!(a, b) macro for all elements in the provided array of tuples
dwgenerate_map!;