Files
2025-03-07 19:22:02 +01:00
..
2025-03-07 19:22:02 +01:00
2025-03-07 19:22:02 +01:00
2025-03-07 19:22:02 +01:00
2025-03-07 19:22:02 +01:00
2025-03-07 19:22:02 +01:00
2025-03-07 19:22:02 +01:00
2025-03-07 19:22:02 +01:00

@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" />