Here is Text Field component
import { Label } from "@/components/ui/text-field-basic" import { Input, TextField } from "@/components/ui/text-field-basic" export default function TextFieldDemo() { return ( <TextField> <Label>First name</Label> <Input /> </TextField> ) }
Part of Jolly UI — browse the full library on 21st.dev.