2
0
Files
bot/apps/docs/contribute/the-forge/layout.mdx

33 lines
809 B
Plaintext
Raw Permalink Normal View History

2024-01-03 16:29:41 +01:00
---
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>