hero 0.0.3

🦸 A highly customizable hero sections templates for WASM frameworks like Yew, Dioxus, and Leptos.
Documentation
1
2
3
4
5
6
7
8
#![doc = include_str!("../YEW.md")]

pub mod hero1;
pub mod hero2;
pub mod hero3;
pub mod hero4;
#[cfg(feature = "gae")]
pub mod pride;