LinkBoxProps
Hierarchy
-
Omit<ClickableProps,"onClick">↳
LinkBoxProps
Table of contents
Properties
Properties
asChild
• Optional asChild: boolean
Enable children composition
Default
false;Inherited from
Omit.asChild
Defined in
packages/components/src/clickable/clickable.tsx:52 (opens in a new tab)
href
• href: string
The URL that the hyperlink points to.
See
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href (opens in a new tab)
Defined in
packages/components/src/link-box/link-box.tsx:43 (opens in a new tab)
target
• Optional target: NavigationTarget
Where to display the linked URL
Default
"_parent";See
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target (opens in a new tab)
Defined in
packages/components/src/link-box/link-box.tsx:49 (opens in a new tab)