Type Definition ybc::Input

source ·
pub type Input = FunctionComponent<input>;
Expand description

A text input element.

https://bulma.io/documentation/form/input/

All YBC form components are controlled components. This means that the value of the field must be provided from a parent component, and changes to this component are propagated to the parent component via callback.