TimeField
TimeField component uses mui TimePicker readOnly with Labeled component.
Usage
import { TimeField } from '@ra-libs/react';
<TimeField source="<source>" useLabel />;
Props
Prop
Required
Type
Default
Description
useLabel
false
boolean
false
whether to use react-admin Labeled component or not.
Last updated