widget/react/prop
Types
Values
pub fn classes(
props: react.Props,
class_names: List(String),
) -> react.Props
여러 클래스명을 공백으로 결합
pub fn on(
props: react.Props,
event_name: String,
handler: fn(e) -> Nil,
) -> react.Props
범용 이벤트 핸들러
pub fn on_change(
props: react.Props,
handler: fn(e) -> Nil,
) -> react.Props
onChange
pub fn on_key_down(
props: react.Props,
handler: fn(e) -> Nil,
) -> react.Props
onKeyDown
pub fn on_submit(
props: react.Props,
handler: fn(e) -> Nil,
) -> react.Props
onSubmit