Collection of theme-ui and external components.
Theme UI
created:3/15/2021
updated:3/15/2021

Form

Tip: Each form field needs to include a

<label>
element with an
htmlFor
prop that matches its field. The entire form should be wrapped in a
<form>
element.

Add styles for form elements in the

theme.forms
object.

Overview