FaasJS
Home
  • Guide
  • Documents
  • Starter Template
  • Changelog
  • Ecosystem

    • VS Code Plugin
    • Docker Images
  • Github
  • Contributing
  • Sponsor
  • Security
  • English
  • 简体中文
Home
  • Guide
  • Documents
  • Starter Template
  • Changelog
  • Ecosystem

    • VS Code Plugin
    • Docker Images
  • Github
  • Contributing
  • Sponsor
  • Security
  • English
  • 简体中文

Documents / @faasjs/react / FormLabelElementProps

Type Alias: FormLabelElementProps

FormLabelElementProps = object

Props for the FormLabelElement component.

Properties

children

children: ReactNode

The child elements, typically an input element.

description?

optional description: ReactNode

Optional description for the form element.

error?

optional error: Error

Optional error associated with the form element.

name

name: string

The name of the form element.

title?

optional title: ReactNode

Optional title for the form element.