Components
LinkBox
Props

LinkBoxProps

Hierarchy

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)