RichTextField

RichTextField component uses react-admin RichTextField with Labeled component

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

<RichTextField source="description" fullWidth useLabel />;

Props

PropRequiredTypeDefaultDescription

useLabel

false

boolean

false

whether to use react-admin Labeled component or not.

Last updated