33 lines
809 B
Plaintext
33 lines
809 B
Plaintext
---
|
|
title: Layout
|
|
---
|
|
|
|
## Props
|
|
|
|
<ResponseField name="label" type="string">
|
|
The label of the field. It is displayed right on top of the input.
|
|
<Frame style={{ maxWidth: '400px' }}>
|
|
<img src="/images/contribute/layout-label.png" alt="Latout label" />
|
|
</Frame>
|
|
</ResponseField>
|
|
|
|
<ResponseField name="placeholder" type="string">
|
|
The placeholder of the associated input.
|
|
<Frame style={{ maxWidth: '400px' }}>
|
|
<img
|
|
src="/images/contribute/layout-placeholder.png"
|
|
alt="Layout placeholder"
|
|
/>
|
|
</Frame>
|
|
</ResponseField>
|
|
|
|
<ResponseField name="helperText" type="string">
|
|
The placeholder of the associated input.
|
|
<Frame style={{ maxWidth: '400px' }}>
|
|
<img
|
|
src="/images/contribute/layout-placeholder.png"
|
|
alt="Layout placeholder"
|
|
/>
|
|
</Frame>
|
|
</ResponseField>
|