Text InputA text input that allows the user to enter text.Installation CLIManualnpmyarnpnpmbunnpx saaj add text-input Usage import { TextInput } from '@/components/ui/text-input'; export function TextInputDemo() { return ( <TextInput placeholder="Enter your name" /> ); }PreviousText Area