Skip to main content

Function: Button()

function Button(__namedParameters): Element;

Defined in: components/Button.tsx:9

The one button in the renderer. type defaults to button because a stray implicit submit inside the <form> element would finalize an interview by accident (docs/06 §13: Enter in a single-line input never submits).

Parameters

ParameterType
__namedParametersButtonProps

Returns

Element