# TextArea This component is perfect when you need to allow users to input larger amounts of text, such as for comments, feedback, or any other multi-line input. ```tsx import {render, TextArea} from '@shopify/ui-extensions-react/admin'; render('Playground', () => ); function App() { return