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

6 lines
222 B
Plaintext
Raw Normal View History

2025-12-12 14:26:25 +09:00
<Input
endDecorator={<CheckCircleOutlined />}
slots={{ input: InnerInput }}
slotProps={{ input: { placeholder: 'A placeholder', type: 'password' } }}
sx={{ '--Input-minHeight': '56px', '--Input-radius': '6px' }}
/>