@sharyn/chakra-next

Combine a Next Link with a Chakra UI Link, Button, or MenuItem:

Usage no npm install needed!

<script type="module">
  import sharynChakraNext from 'https://cdn.skypack.dev/@sharyn/chakra-next';
</script>

README

@sharyn/chakra-next

Combine a Next Link with a Chakra UI Link, Button, or MenuItem:

import { Link, LinkButton, LinkMenuItem } from '@sharyn/chakra-next'

const App = () => <LinkButton href="/hello">Hello</Link>