feat: add new form components including CheckboxField, NumberInputField, SelectField, TextField, and SubmitButton with updated input sizes

This commit is contained in:
twwu
2025-04-17 13:33:33 +08:00
parent 71f78e0d33
commit 0345eb4659
12 changed files with 80 additions and 33 deletions

View File

@ -40,7 +40,7 @@ const InputCombined: FC<Props> = ({
className={cn(className, 'rounded-l-md')}
value={value}
onChange={onChange}
size='sm'
size='regular'
controlWrapClassName='overflow-hidden'
controlClassName='pt-0 pb-0'
readOnly={readOnly}