A text input that allow users to input custom text entries with a keyboard.
npx shadcn-solid@latest add textfield
import { TextField, TextFieldRoot } from "@/components/ui/textfield";
<TextFieldRoot> <TextField type="email" placeholder="Email" /> </TextFieldRoot>