.. | ||
dist | ||
lib | ||
lib-commonjs | ||
CHANGELOG.md | ||
LICENSE | ||
package.json | ||
README.md |
@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" />