Share via


Text Area

An implementation of an HTML textarea element as a form-connected web-component. The fluent-text-area supports two visual appearances, outline and filled, with the control defaulting to the outline appearance.

fluent-text-area

Setup

import {
    provideFluentDesignSystem,
    fluentTextArea
} from "@fluentui/web-components";

provideFluentDesignSystem()
    .register(
        fluentTextArea()
    );

Example

Please see the Blazor documentation and demo site for more information.