TimeField
An input used for entering numerical values.
Importing
1
import { TimeField } from '@infinityfx/fluid';Usage
API reference
TimeField Props
min?
string
Minimum time specified in 24H-based hh:mm format.
max?
string
Maximum time specified in 24H-based hh:mm format.
locale?
string
A language and/or region identifier, determining the displayed language.
round?
boolean
false
size?
'xsm' | 'sml' | 'med' | 'lrg'
'med'
variant?
'default' | 'minimal'
'default'
icon?
React.ReactNode
Icon element displayed on the left side of the field.
error?
any
Marks the field as invalid when truthy.
disabled?
boolean
false