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