Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular-rust/yew-components
/ Formfield
Class
Formfield
src/form_field.rs:5–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
use yew::prelude::*;
4
5
pub struct Formfield {
6
link: ComponentLink<Self>,
7
// label: String,
8
// onsignal: Callback<()>,
9
}
10
11
/// Props for [`Formfield`]
12
///
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected