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