Clickable
Last updated: 2.0.0 (22/01/2024)
GenericClickableProps
Property
Type
Description
to
string
Sets to property on Link polymorphic elements.
href
string
Sets html href property on valid elements.
target
string
Sets html target property on valid elements.
type
"submit" | "reset" | "button"
Sets html type property on valid elements.
GenericClickableEventProps
Extends MouseClickEvents, MouseEvents, PointerEvents and FocusEvents.
No unique props.
Last updated
Was this helpful?