twigs icon indicating copy to clipboard operation
twigs copied to clipboard

Ability to pass custom component in Link component

Open akzhysparrow opened this issue 11 months ago • 0 comments

Users should be able to pass custom component to the Link component. This will be helpful when using react-router link, next link etc.

Preferred solution is

<Link css={{ }} asChild>
  <ReactRouterLink />
</Link>

akzhysparrow avatar Mar 21 '24 06:03 akzhysparrow