Collection of theme-ui and external components.
created:3/15/2021
updated:3/15/2021
source lines:22
comments %:0

Field

theme-ui
0.6.0-alpha.7

The

Field
component uses the same variants as the other form components that it is composed of.

Component

import { Field } from 'theme-ui';

Overview

({
label,
name,
defaultValue,
}) => <Field label={label} name={name} defaultValue={defaultValue} />

Controls

Name
Description
Default
Controls
- (1 properties)
defaultValue
text
Katlynn_Oberbrunner99@gmail.com
FieldOwnProps (2 properties)

Properties

Name
Description
Default
FieldOwnProps (2 properties)
label

Text for Label component

string
-
name

Used for the for, id, and name attributes

string
-
SpaceProps (14 properties)
- (1 properties)

External dependencies

package
imports
peer
react
React

Internal dependencies

file
imports
"./Box"
"./Label"
"./Input"
"./util"
getMarginomitMargin

Component JSX