detaxine-ui 0.8.29

A UI Library for Leptos
Documentation
1
2
3
4
5
6
use leptos::prelude::*;

#[component]
pub fn Example() -> impl IntoView {
    view! {}
}