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