hyperchad_template 0.3.0

HyperChad template package
Documentation
1
2
3
4
5
6
7
use hyperchad_template::container;

fn main() {
    container! {
        div href=
    };
}