npm.io
9.7.6 • Published 3 weeks ago

@fluentui/react-textarea

Licence
MIT
Version
9.7.6
Deps
7
Size
276 kB
Vulns
0
Weekly
0
Stars
20.2K

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