Field
Usage
import { Field } from '@aragon/ui'
const App = () => (
<Field label="Enter name here:">
<input />
</Field>
)Demonstration

Props
label
labelTYPE
DEFAULT VALUE
Example:
required
requiredTYPE
DEFAULT VALUE
children
childrenTYPE
DEFAULT VALUE
Example:
Last updated
Was this helpful?
