@fluentui/react-textarea
React Textarea components for Fluent UI React
The Textarea component is a multiline text input that allows the user to enter
STATUS: WIP 🚧
These are not production-ready components and should never be used in product. This space is useful for testing new components whose APIs might change before final release.
Usage
To import Textarea:
import { Textarea } from '@fluentui/react-textarea';
Once the Textarea component is ready for production use, the component will be available at:
import { Textarea } from '@fluentui/react-components';
Examples
<Textarea placeholder="Enter text here..." />
<Textarea defaultValue="Lorem ipsum dolor" />