TimelineArrayField
TimelineArrayField component uses mui Timeline component to render an array of string as a timeline with Labeled component.
Usage
import { TimelineArrayField } from '@ra-libs/react';
<TimelineArrayField source="<source>" useLabel />;
Props
Prop
Required
Type
Default
Description
useLabel
false
boolean
false
whether to use react-admin Labeled component or not.
Last updated