<Form onSubmit={() => console.log('onSubmit')}>
placeholder="Enter full name"
hint="Provide a full name"
onChange={(newValue) => console.log(newValue)}
placeholder="your@email.com"
error="Please enter an email!"
hint="Enter email address"
onChange={(newValue) => console.log(newValue)}
hint="Enter a valid API token"
textInputProps={{ monospaced: true }}
onChange={(newValue) => console.log(newValue)}
value="Lorem ipsum dolor sit amet, consectetur adipiscing elit.."
onChange={(newValue) => console.log(newValue)}
hint="Select one of the options"
value={{ label: 'Option 1', value: 'option1' }}
{ label: 'Option 1', value: 'option1' },
{ label: 'Option 2', value: 'option2' },
{ label: 'Option 3', value: 'option3' },
onChange={(newValue) => console.log(newValue)}
hint="Select one of the options"
{ label: 'Option 1', value: 'option1' },
{ label: 'Option 2', value: 'option2' },
{ label: 'Option 1', value: 'option1' },
{ label: 'Option 2', value: 'option2' },
{ label: 'Option 3', value: 'option3' },
onChange={(newValue) => console.log(newValue)}
label="Debug mode active?"
hint="Logs messages to console"
onChange={(newValue) => console.log(newValue)}
<Button fullWidth buttonType="primary">