SaasRock Logo

Forms

InputGroup

Title

<InputGroup title="Title">
  <InputText name="first-name" title="First name" />
</InputGroup>

FormGroup

Title

<FormGroup id="1" editing={true} confirmationPrompt="Submit?">
  <InputGroup title="Title">
    <InputText name="first-name" title="First name" />
  </InputGroup>
</FormGroup>