Christian Göhring f32aa7e498 Corrected table head tag example (#845)
Tag::TableHead should correspond to <th> and not <tr>
2020-01-05 17:09:18 -08:00
..
2019-02-02 16:03:07 +03:00

Yew CRM Demo

The main goals of this demo example to show you how to:

  • Add multiple screens with Yew (scenes)
  • Use storage service
  • Generate VNodes without the html! macro