2
0
Files
bot/apps/docs/contribute/the-forge/layout.mdx
Baptiste Arnaud 65f4fb0d7a 📝 Add Contribute docs
2024-01-03 16:29:41 +01:00

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>