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