Outlook_Addin_LLM/node_modules/@fluentui/react-textarea/README.md

400 B

@fluentui/react-textarea

React Textarea components for Fluent UI React

The Textarea component is a multiline text input that allows the user to enter

Usage

To import Textarea:

import { Textarea } from '@fluentui/react-textarea';

Examples

<Textarea placeholder="Enter text here..." />
<Textarea defaultValue="Lorem ipsum dolor" />