Make your text box automatically works with validation number, email and show error as like you want to custom.
Text Box basic is text box without any custom like validation or style rounded. Basic is flat.
{ "fullName": "" }
Give a mandatory form on the text box. We can custom error mandatory or mandatory message.
{ "fullName": "" }
Sometimes we need to give validation for email input before send as payload api.
{ "email": "" }
Input validation for number necessary.
{ "phone": "" }
Want to know how many characters when you type on text box?
0/50
{ "status": "" }
Deactivated text box to prevent user edit or give a marker what tex box dont allow to edit.
{ "id": "KA-898090" }
Give a wide text expression on text area and give validation required or disable.
Give count down inputed on right button component.
0/50
{ "address": "" }
Pevent user to edit and give disable style.
{ "address": "SCBD Kav. 50, Jakarta" }
Options are almost always there on any form. Now, you dont feel throuble again with element style for select.
Select basic is text box without any custom like validation or style rounded. Basic is flat.
{ "gender": "male" }
Give a mandatory form on option. We can custom error mandatory or mandatory message.
{ "gender": "" }
Props disable will prevent user to select anymore options.
{ "gender": "male" }
Search by keyword is helping you when fetching any data from server.
Select basic is tewxt box without any custom like validation or style rounded. Basic is flat.
Select Country
{ "country": "" }
You can add any options on radio button easy to make element on array.
For options you only create any element on an array. Then we will genarate optiosn as mush you create elements.
{ "education": "" }
Making agreement with checkbox inside declaration.
Checkbox is good option to create agreement. You only give declaration or term.
{ "agree": "" }