TextField

TextField component uses react-admin TextField with Labeled component.

Usage

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

<TextField source="<source>" useLabel />;

Props

PropRequiredTypeDefaultDescription

useLabel

false

boolean

false

whether to use react-admin Labeled component or not.

Last updated