Form Elements

These elements can take in user inputs.

You have the option to wrap the following elements with Custom Form. These elements will send their output to the closest form that it's nested under. That form can hold the value for later use.

If you need instant feedback for some inputs, you donโ€™t need to wrap it in a Form. However, if you want the users to fill out a form, for example, a sign-in form with email and password, you have to use Form to achieve it.

pageCheckboxpageDate PickerpageCustom FormpageInputpageMultiselectpageRadio ButtonpageRadio ListpageRich Text EditorpageSelectpageSwitchpageTextarea

Last updated