Show DEV: Render Markdown in Leptos 0.8 with zero configuration š¦
Source: Dev.to
Introduction
Excited to share my first openāsource project and Rust crate: leptos-md.
A superāsimple Markdown renderer for LeptosāÆ0.8 with builtāin Tailwind styling and darkāmode support.
Usage
use leptos_md::Markdown;
#[component]
pub fn App() -> impl IntoView {
view! {
// Your view content here
}
}
Built it because the inspiration rambip/leptos-markdown only supported LeptosāÆ0.6.
Iām still learning the ropes of OSS, so Iām open to feedback, PRs, or feature requests.
If you find it useful, a āļø on GitHub would mean the world to me.
Links
- GitHub:
- Crates.io:
Your Extraordinary dev,
Rick