feat: add client_web (leptos impl. for 'multiplayer' project)
This commit is contained in:
parent
46416cdaef
commit
44451d8642
15 changed files with 1661 additions and 9 deletions
6
client_web/src/components/connecting_screen.rs
Normal file
6
client_web/src/components/connecting_screen.rs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
use leptos::prelude::*;
|
||||
|
||||
#[component]
|
||||
pub fn ConnectingScreen() -> impl IntoView {
|
||||
view! { <p class="connecting">"Connecting…"</p> }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue