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

PropRequiredTypeDefaultDescription

useLabel

false

boolean

false

whether to use react-admin Labeled component or not.

Last updated