maud-extensions 0.5.2

Component, inline CSS/JS, and font helper macros for Maud views.
Documentation
1
2
3
4
5
6
7
error: component! expects optional directives first (`@js-once` or `@js-always`) followed by exactly one top-level element with a body block, e.g. component! { @js-once article { ... } }
 --> tests/ui/component_empty.rs:4:13
  |
4 |     let _ = component! {};
  |             ^^^^^^^^^^^^^
  |
  = note: this error originates in the macro `component` (in Nightly builds, run with -Z macro-backtrace for more info)