href
Required
string
data
DataAttributeMap
icon
UseIcon
weight
"regular" | "weak"
showVisited
boolean
hitArea
"large" | "standard"
iconPosition
"leading" | "trailing"
type
string
color
string
download
any
hrefLang
string
media
string
ping
string
rel
string
target
string & {} | "_self" | "_blank" | "_parent" | "_top"
referrerPolicy
"" | "no-referrer" | "no-referrer-when-downgrade" | "origin" | "origin-when-cross-origin" | "same-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url"
defaultChecked
boolean
defaultValue
string | number | readonly string[]
suppressContentEditableWarning
boolean
suppressHydrationWarning
boolean
accessKey
string
contentEditable
false | true | "inherit" | "false" | "true"
contextMenu
string
dir
string
draggable
false | true | "false" | "true"
hidden
boolean
id
string
lang
string
nonce
string
placeholder
string
slot
string
spellCheck
false | true | "false" | "true"
tabIndex
number
title
string
translate
"yes" | "no"
radioGroup
string
role
"grid" | "heading" | "none" | "link" | string & {} | "cell" | "row" | "table" | "form" | "list" | "search" | "button" | "checkbox" | "listbox" | "radio" | "region" | "menu" | "listitem" | "menubar" | "menuitem" | "progressbar" | "separator" | "tab" | "tabpanel" | "toolbar" | "tooltip" | "treeitem" | "scrollbar" | "article" | "dialog" | "figure" | "img" | "main" | "option" | "switch" | "alert" | "alertdialog" | "application" | "banner" | "columnheader" | "combobox" | "complementary" | "contentinfo" | "definition" | "directory" | "document" | "feed" | "gridcell" | "group" | "log" | "marquee" | "math" | "menuitemcheckbox" | "menuitemradio" | "navigation" | "note" | "presentation" | "radiogroup" | "rowgroup" | "rowheader" | "searchbox" | "slider" | "spinbutton" | "status" | "tablist" | "term" | "textbox" | "timer" | "tree" | "treegrid"
about
string
datatype
string
inlist
any
prefix
string
property
string
resource
string
typeof
string
vocab
string
autoCapitalize
string
autoCorrect
string
autoSave
string
itemProp
string
itemScope
boolean
itemType
string
itemID
string
itemRef
string
results
number
security
string
unselectable
"on" | "off"
inputMode
Hints at the type of data that might be entered by the user while editing the element or its contents
"text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal"
is
Specify that a standard HTML element should behave like a defined custom built-in element
string
aria-activedescendant
Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.
string
aria-atomic
Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute.
false | true | "false" | "true"
aria-autocomplete
Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made.
"none" | "inline" | "list" | "both"
aria-busy
Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user.
false | true | "false" | "true"
aria-checked
Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.
false | true | "mixed" | "false" | "true"
aria-colcount
Defines the total number of columns in a table, grid, or treegrid.
number
aria-colindex
Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid.
number
aria-colspan
Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.
number
aria-controls
Identifies the element (or elements) whose contents or presence are controlled by the current element.
string
aria-current
Indicates the element that represents the current item within a container or set of related elements.
false | true | "step" | "page" | "false" | "true" | "time" | "location" | "date"
aria-describedby
Identifies the element (or elements) that describes the object.
string
aria-details
Identifies the element that provides a detailed, extended description for the object.
string
aria-disabled
Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.
false | true | "false" | "true"
aria-errormessage
Identifies the element that provides an error message for the object.
string
aria-expanded
Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.
false | true | "false" | "true"
aria-flowto
Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order.
string
aria-haspopup
Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.
false | true | "grid" | "listbox" | "menu" | "false" | "true" | "dialog" | "tree"
aria-hidden
Indicates whether the element is exposed to an accessibility API.
false | true | "false" | "true"
aria-invalid
Indicates the entered value does not conform to the format expected by the application.
false | true | "false" | "true" | "grammar" | "spelling"
aria-keyshortcuts
Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.
string
aria-label
Defines a string value that labels the current element.
string
aria-labelledby
Identifies the element (or elements) that labels the current element.
string
aria-level
Defines the hierarchical level of an element within a structure.
number
aria-live
Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region.
"off" | "assertive" | "polite"
aria-modal
Indicates whether an element is modal when displayed.
false | true | "false" | "true"
aria-multiline
Indicates whether a text box accepts multiple lines of input or only a single line.
false | true | "false" | "true"
aria-multiselectable
Indicates that the user may select more than one item from the current selectable descendants.
false | true | "false" | "true"
aria-orientation
Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.
"horizontal" | "vertical"
aria-owns
Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship.
string
aria-placeholder
Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format.
string
aria-posinset
Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.
number
aria-pressed
Indicates the current "pressed" state of toggle buttons.
false | true | "mixed" | "false" | "true"
aria-readonly
Indicates that the element is not editable, but is otherwise operable.
false | true | "false" | "true"
aria-relevant
Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.
"text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals"
aria-required
Indicates that user input is required on the element before a form may be submitted.
false | true | "false" | "true"
aria-roledescription
Defines a human-readable, author-localized description for the role of an element.
string
aria-rowcount
Defines the total number of rows in a table, grid, or treegrid.
number
aria-rowindex
Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid.
number
aria-rowspan
Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.
number
aria-selected
Indicates the current "selected" state of various widgets.
false | true | "false" | "true"
aria-setsize
Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.
number
aria-sort
Indicates if items in a table or grid are sorted in ascending or descending order.
"none" | "ascending" | "descending" | "other"
aria-valuemax
Defines the maximum allowed value for a range widget.
number
aria-valuemin
Defines the minimum allowed value for a range widget.
number
aria-valuenow
Defines the current value for a range widget.
number
aria-valuetext
Defines the human readable text alternative of aria-valuenow for a range widget.
string
children
ReactNode
dangerouslySetInnerHTML
{ __html: string; }
onCopy
ClipboardEventHandler<HTMLAnchorElement>
onCopyCapture
ClipboardEventHandler<HTMLAnchorElement>
onCut
ClipboardEventHandler<HTMLAnchorElement>
onCutCapture
ClipboardEventHandler<HTMLAnchorElement>
onPaste
ClipboardEventHandler<HTMLAnchorElement>
onPasteCapture
ClipboardEventHandler<HTMLAnchorElement>
onCompositionEnd
CompositionEventHandler<HTMLAnchorElement>
onCompositionEndCapture
CompositionEventHandler<HTMLAnchorElement>
onCompositionStart
CompositionEventHandler<HTMLAnchorElement>
onCompositionStartCapture
CompositionEventHandler<HTMLAnchorElement>
onCompositionUpdate
CompositionEventHandler<HTMLAnchorElement>
onCompositionUpdateCapture
CompositionEventHandler<HTMLAnchorElement>
onFocus
FocusEventHandler<HTMLAnchorElement>
onFocusCapture
FocusEventHandler<HTMLAnchorElement>
onBlur
FocusEventHandler<HTMLAnchorElement>
onBlurCapture
FocusEventHandler<HTMLAnchorElement>
onChange
FormEventHandler<HTMLAnchorElement>
onChangeCapture
FormEventHandler<HTMLAnchorElement>
onBeforeInput
FormEventHandler<HTMLAnchorElement>
onBeforeInputCapture
FormEventHandler<HTMLAnchorElement>
onInput
FormEventHandler<HTMLAnchorElement>
onInputCapture
FormEventHandler<HTMLAnchorElement>
onReset
FormEventHandler<HTMLAnchorElement>
onResetCapture
FormEventHandler<HTMLAnchorElement>
onSubmit
FormEventHandler<HTMLAnchorElement>
onSubmitCapture
FormEventHandler<HTMLAnchorElement>
onInvalid
FormEventHandler<HTMLAnchorElement>
onInvalidCapture
FormEventHandler<HTMLAnchorElement>
onLoad
ReactEventHandler<HTMLAnchorElement>
onLoadCapture
ReactEventHandler<HTMLAnchorElement>
onError
ReactEventHandler<HTMLAnchorElement>
onErrorCapture
ReactEventHandler<HTMLAnchorElement>
onKeyDown
KeyboardEventHandler<HTMLAnchorElement>
onKeyDownCapture
KeyboardEventHandler<HTMLAnchorElement>
onKeyUp
KeyboardEventHandler<HTMLAnchorElement>
onKeyUpCapture
KeyboardEventHandler<HTMLAnchorElement>
onAbort
ReactEventHandler<HTMLAnchorElement>
onAbortCapture
ReactEventHandler<HTMLAnchorElement>
onCanPlay
ReactEventHandler<HTMLAnchorElement>
onCanPlayCapture
ReactEventHandler<HTMLAnchorElement>
onCanPlayThrough
ReactEventHandler<HTMLAnchorElement>
onCanPlayThroughCapture
ReactEventHandler<HTMLAnchorElement>
onDurationChange
ReactEventHandler<HTMLAnchorElement>
onDurationChangeCapture
ReactEventHandler<HTMLAnchorElement>
onEmptied
ReactEventHandler<HTMLAnchorElement>
onEmptiedCapture
ReactEventHandler<HTMLAnchorElement>
onEncrypted
ReactEventHandler<HTMLAnchorElement>
onEncryptedCapture
ReactEventHandler<HTMLAnchorElement>
onEnded
ReactEventHandler<HTMLAnchorElement>
onEndedCapture
ReactEventHandler<HTMLAnchorElement>
onLoadedData
ReactEventHandler<HTMLAnchorElement>
onLoadedDataCapture
ReactEventHandler<HTMLAnchorElement>
onLoadedMetadata
ReactEventHandler<HTMLAnchorElement>
onLoadedMetadataCapture
ReactEventHandler<HTMLAnchorElement>
onLoadStart
ReactEventHandler<HTMLAnchorElement>
onLoadStartCapture
ReactEventHandler<HTMLAnchorElement>
onPause
ReactEventHandler<HTMLAnchorElement>
onPauseCapture
ReactEventHandler<HTMLAnchorElement>
onPlay
ReactEventHandler<HTMLAnchorElement>
onPlayCapture
ReactEventHandler<HTMLAnchorElement>
onPlaying
ReactEventHandler<HTMLAnchorElement>
onPlayingCapture
ReactEventHandler<HTMLAnchorElement>
onProgress
ReactEventHandler<HTMLAnchorElement>
onProgressCapture
ReactEventHandler<HTMLAnchorElement>
onRateChange
ReactEventHandler<HTMLAnchorElement>
onRateChangeCapture
ReactEventHandler<HTMLAnchorElement>
onResize
ReactEventHandler<HTMLAnchorElement>
onResizeCapture
ReactEventHandler<HTMLAnchorElement>
onSeeked
ReactEventHandler<HTMLAnchorElement>
onSeekedCapture
ReactEventHandler<HTMLAnchorElement>
onSeeking
ReactEventHandler<HTMLAnchorElement>
onSeekingCapture
ReactEventHandler<HTMLAnchorElement>
onStalled
ReactEventHandler<HTMLAnchorElement>
onStalledCapture
ReactEventHandler<HTMLAnchorElement>
onSuspend
ReactEventHandler<HTMLAnchorElement>
onSuspendCapture
ReactEventHandler<HTMLAnchorElement>
onTimeUpdate
ReactEventHandler<HTMLAnchorElement>
onTimeUpdateCapture
ReactEventHandler<HTMLAnchorElement>
onVolumeChange
ReactEventHandler<HTMLAnchorElement>
onVolumeChangeCapture
ReactEventHandler<HTMLAnchorElement>
onWaiting
ReactEventHandler<HTMLAnchorElement>
onWaitingCapture
ReactEventHandler<HTMLAnchorElement>
onAuxClick
MouseEventHandler<HTMLAnchorElement>
onAuxClickCapture
MouseEventHandler<HTMLAnchorElement>
onClick
MouseEventHandler<HTMLAnchorElement>
onClickCapture
MouseEventHandler<HTMLAnchorElement>
onContextMenu
MouseEventHandler<HTMLAnchorElement>
onContextMenuCapture
MouseEventHandler<HTMLAnchorElement>
onDoubleClick
MouseEventHandler<HTMLAnchorElement>
onDoubleClickCapture
MouseEventHandler<HTMLAnchorElement>
onDrag
DragEventHandler<HTMLAnchorElement>
onDragCapture
DragEventHandler<HTMLAnchorElement>
onDragEnd
DragEventHandler<HTMLAnchorElement>
onDragEndCapture
DragEventHandler<HTMLAnchorElement>
onDragEnter
DragEventHandler<HTMLAnchorElement>
onDragEnterCapture
DragEventHandler<HTMLAnchorElement>
onDragExit
DragEventHandler<HTMLAnchorElement>
onDragExitCapture
DragEventHandler<HTMLAnchorElement>
onDragLeave
DragEventHandler<HTMLAnchorElement>
onDragLeaveCapture
DragEventHandler<HTMLAnchorElement>
onDragOver
DragEventHandler<HTMLAnchorElement>
onDragOverCapture
DragEventHandler<HTMLAnchorElement>
onDragStart
DragEventHandler<HTMLAnchorElement>
onDragStartCapture
DragEventHandler<HTMLAnchorElement>
onDrop
DragEventHandler<HTMLAnchorElement>
onDropCapture
DragEventHandler<HTMLAnchorElement>
onMouseDown
MouseEventHandler<HTMLAnchorElement>
onMouseDownCapture
MouseEventHandler<HTMLAnchorElement>
onMouseEnter
MouseEventHandler<HTMLAnchorElement>
onMouseLeave
MouseEventHandler<HTMLAnchorElement>
onMouseMove
MouseEventHandler<HTMLAnchorElement>
onMouseMoveCapture
MouseEventHandler<HTMLAnchorElement>
onMouseOut
MouseEventHandler<HTMLAnchorElement>
onMouseOutCapture
MouseEventHandler<HTMLAnchorElement>
onMouseOver
MouseEventHandler<HTMLAnchorElement>
onMouseOverCapture
MouseEventHandler<HTMLAnchorElement>
onMouseUp
MouseEventHandler<HTMLAnchorElement>
onMouseUpCapture
MouseEventHandler<HTMLAnchorElement>
onSelect
ReactEventHandler<HTMLAnchorElement>
onSelectCapture
ReactEventHandler<HTMLAnchorElement>
onTouchCancel
TouchEventHandler<HTMLAnchorElement>
onTouchCancelCapture
TouchEventHandler<HTMLAnchorElement>
onTouchEnd
TouchEventHandler<HTMLAnchorElement>
onTouchEndCapture
TouchEventHandler<HTMLAnchorElement>
onTouchMove
TouchEventHandler<HTMLAnchorElement>
onTouchMoveCapture
TouchEventHandler<HTMLAnchorElement>
onTouchStart
TouchEventHandler<HTMLAnchorElement>
onTouchStartCapture
TouchEventHandler<HTMLAnchorElement>
onPointerDown
PointerEventHandler<HTMLAnchorElement>
onPointerDownCapture
PointerEventHandler<HTMLAnchorElement>
onPointerMove
PointerEventHandler<HTMLAnchorElement>
onPointerMoveCapture
PointerEventHandler<HTMLAnchorElement>
onPointerUp
PointerEventHandler<HTMLAnchorElement>
onPointerUpCapture
PointerEventHandler<HTMLAnchorElement>
onPointerCancel
PointerEventHandler<HTMLAnchorElement>
onPointerCancelCapture
PointerEventHandler<HTMLAnchorElement>
onPointerEnter
PointerEventHandler<HTMLAnchorElement>
onPointerEnterCapture
PointerEventHandler<HTMLAnchorElement>
onPointerLeave
PointerEventHandler<HTMLAnchorElement>
onPointerLeaveCapture
PointerEventHandler<HTMLAnchorElement>
onPointerOver
PointerEventHandler<HTMLAnchorElement>
onPointerOverCapture
PointerEventHandler<HTMLAnchorElement>
onPointerOut
PointerEventHandler<HTMLAnchorElement>
onPointerOutCapture
PointerEventHandler<HTMLAnchorElement>
onGotPointerCapture
PointerEventHandler<HTMLAnchorElement>
onGotPointerCaptureCapture
PointerEventHandler<HTMLAnchorElement>
onLostPointerCapture
PointerEventHandler<HTMLAnchorElement>
onLostPointerCaptureCapture
PointerEventHandler<HTMLAnchorElement>
onScroll
UIEventHandler<HTMLAnchorElement>
onScrollCapture
UIEventHandler<HTMLAnchorElement>
onWheel
WheelEventHandler<HTMLAnchorElement>
onWheelCapture
WheelEventHandler<HTMLAnchorElement>
onAnimationStart
AnimationEventHandler<HTMLAnchorElement>
onAnimationStartCapture
AnimationEventHandler<HTMLAnchorElement>
onAnimationEnd
AnimationEventHandler<HTMLAnchorElement>
onAnimationEndCapture
AnimationEventHandler<HTMLAnchorElement>
onAnimationIteration
AnimationEventHandler<HTMLAnchorElement>
onAnimationIterationCapture
AnimationEventHandler<HTMLAnchorElement>
onTransitionEnd
TransitionEventHandler<HTMLAnchorElement>
onTransitionEndCapture
TransitionEventHandler<HTMLAnchorElement>
ref
(instance: HTMLAnchorElement | null) => void | RefObject<HTMLAnchorElement>
aria-dropeffect
Deprecated
Indicates what functions can be performed when a dragged object is released on the drop target.
"none" | "link" | "copy" | "move" | "execute" | "popup"
aria-grabbed
Deprecated
Indicates an element's "grabbed" state in a drag-and-drop operation.
false | true | "false" | "true"
onKeyPress
Deprecated
KeyboardEventHandler<HTMLAnchorElement>
onKeyPressCapture
Deprecated
KeyboardEventHandler<HTMLAnchorElement>