Components
LinkBox

LinkBox

A container that acts as a link. It allows text selection and stop its children event propagation.

<LinkBox href="">
  <div>
    <a>...</a>
  </div>
  <button>...</button>
</LinkBox>

Required props

href

The URL that the hyperlink points to.

type
string
default
null

Optional props

target

Where to display the linked URL

type
NavigationTarget
default
_parent