tidos 0.7.6

Tidos is a component framework that can be served by any web framework.
Documentation
1
2
3
4
5
6
7
8
9
10
error[E0425]: cannot find value `checked` in this scope
 --> tests/attributes/panics/missing_variable_defined_toggle.rs:5:4
  |
5 |           &view!{
  |  __________^
6 | |             <input type="radio" name="day" value="monday" :checked />
7 | |         },
  | |_________^ not found in this scope
  |
  = note: this error originates in the macro `view` (in Nightly builds, run with -Z macro-backtrace for more info)