Skip to content

TextField

Full featured input with label and helper text.

import { TextField } from '@truongdq01/ui';
<TextField label="Email" placeholder="name@example.com" />;
  • Refer to the component props in the API reference or source for advanced configuration.