DateField

DateField component uses react-admin DateField with Labeled component

Usage

import { DateField } from '@ra-libs/react';

<DateField useLabel source="<source>" />;

Props

PropRequiredTypeDefaultDescription

useLabel

false

boolean

false

whether to use react-admin Labeled component or not.

Last updated