Plugins

Covers Engine Plugin SDK 2.0.0 · Interface Plugin SDK 0.2.0

LabelProps

Props accepted by a form label.

Import

import type { LabelProps } from "@dartwic/interface-sdk/ui";

Declaration

export interface LabelProps extends HostComponentProps {
    /** Identifier of the labeled form control. */
    htmlFor?: string;
}

Members

NameTypeRequirementDescription
htmlForstringOptionalIdentifier of the labeled form control.