mirror of
https://github.com/cloud-shuttle/leptos-shadcn-ui.git
synced 2025-12-22 22:00:00 +00:00
11 lines
163 B
Rust
11 lines
163 B
Rust
use yew::prelude::*;
|
|
|
|
// use crate::default::components::ui::input::Input;
|
|
|
|
#[function_component]
|
|
pub fn InputForm() -> Html {
|
|
html! {
|
|
// TODO
|
|
}
|
|
}
|