Skip to content

Element

Demos

Basic form element

Code Editor
<Form.Element onSubmit={(event) => console.log('onSubmit', event)}>
  <Layout.Card spacing="medium">
    <Field.Email />
    <Layout.ButtonRow>
      <Form.SubmitButton />
    </Layout.ButtonRow>
  </Layout.Card>
</Form.Element>