LinkBox
▸ LinkBox(props): null | Element
A container that acts as a link. It allows text selection and stop its children event propagation.
Parameters
| Name | Type |
|---|---|
props | LinkBoxProps & RefAttributes<HTMLDivElement> |
Returns
null | Element
Example
<LinkBox href="">
<div>
<a>...</a>
</div>
<button>...</button>
</LinkBox>Defined in
packages/utils/dist/index.d.ts:183