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