Files
react-test/docs/data/material/components/number-field/FieldDemo.tsx.preview

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
162 B
Plaintext
Raw Normal View History

2025-12-12 14:26:25 +09:00
<NumberField label="Number Field" min={10} max={40} />
<NumberField
label="Small and Error"
min={10}
max={40}
size="small"
defaultValue={100}
error
/>