Components
link-box
Code

LinkBox

LinkBox(props): null | Element

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

Parameters

NameType
propsLinkBoxProps & RefAttributes<HTMLDivElement>

Returns

null | Element

Example

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

Defined in

packages/utils/dist/index.d.ts:183