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