kyohei's blog

profile picture
Written by Kyohei Tsukuda who lives and works in Tokyo 🇯🇵 , building useful things 🔧.
email / facebook / X / GitHub

1 pages tagged with "ChakraUI"

chakra-uiでNext.jsのLinkを利用するとき

August 24, 2021 - 379 words - 2 mins
The TL;DR: Next.js の Link component と chakraUI の Link component を利用するときは hrefPass を利用します。 import NextLink from 'next/link'; import { Link } from '@chakra-ui/react'; <NextLink href=… read more