Files
leptos-shadcn-ui/examples/yew/src/default/input/input_form.rs

11 lines
163 B
Rust

use yew::prelude::*;
// use crate::default::components::ui::input::Input;
#[function_component]
pub fn InputForm() -> Html {
html! {
// TODO
}
}