Files
react-test/docs/data/joy/components/input/InputField.tsx.preview

5 lines
155 B
Plaintext
Raw Normal View History

2025-12-12 14:26:25 +09:00
<FormControl>
<FormLabel>Label</FormLabel>
<Input placeholder="Placeholder" />
<FormHelperText>This is a helper text.</FormHelperText>
</FormControl>