Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 524 Bytes

richtextfield.md

File metadata and controls

15 lines (10 loc) · 524 Bytes

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.