Skip to content

Commit

Permalink
feat: create components
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-Liendo committed Jun 15, 2024
1 parent d0fe057 commit 5dfb159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/web/src/components/text_field.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pub fn TextField(
) -> impl IntoView {
view! {
<>
<input type=r#type name=name value=value id=id placeholder=placeholder class="p-5 w-full font-semibold text-black bg-black rounded" />
<input type=r#type name=name value=value id=id placeholder=placeholder class="p-5 w-full font-semibold text-black bg-black rounded" />
<>
}
}

0 comments on commit 5dfb159

Please sign in to comment.