Skip to content

Instantly share code, notes, and snippets.

@jkeohan
Last active May 20, 2022 23:07
Show Gist options
  • Save jkeohan/9716f91093436d53a291f205645756fe to your computer and use it in GitHub Desktop.
Save jkeohan/9716f91093436d53a291f205645756fe to your computer and use it in GitHub Desktop.
FormLayout
<Form>
<FormLayout>
<TextField label="Title" type="text" />
<TextField label="Description" type="text" multiline={4} />
</FormLayout>
</Form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment