twigs
twigs copied to clipboard
Ability to pass custom component in Link component
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>