Options
All
  • Public
  • Public/Protected
  • All
Menu

The proptypes for InputButton.

This also supports all aria-* and data-* attributes.

Hierarchy

Index

Properties

Optional className

className: string | null

Optional disabled

disabled: boolean | null

Optional id

id: string | null

Optional isStartButton

isStartButton: boolean | null

Use for the main call to action on your service's start page. Adjusts the styling of the button but, unlike Button, does not add an icon due to this using an <input> internally.

Optional name

name: string | null

Optional preventDoubleClick

preventDoubleClick: boolean | null

Debounces clicks within a second of each other preventing multiple form submissions.

type

type: ButtonHTMLAttributes<HTMLButtonElement>["type"]

Optional value

value: string | null

Generated using TypeDoc