Примечание
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
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.