From 16859fc729d7ee9c6ce200e84c6670c71887960f Mon Sep 17 00:00:00 2001 From: Alex Puertas Date: Fri, 10 Jan 2025 10:48:18 +1000 Subject: [PATCH] docs: update chakra ui link --- docs/01-app/01-getting-started/05-css-and-styling.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/01-app/01-getting-started/05-css-and-styling.mdx b/docs/01-app/01-getting-started/05-css-and-styling.mdx index 86d1f8382b3ed..aa2bc139854ce 100644 --- a/docs/01-app/01-getting-started/05-css-and-styling.mdx +++ b/docs/01-app/01-getting-started/05-css-and-styling.mdx @@ -262,7 +262,7 @@ export default nextConfig The following libraries are supported in **Client Components** in the `app` directory (alphabetical): - [`ant-design`](https://ant.design/docs/react/use-with-next#using-app-router) -- [`chakra-ui`](https://chakra-ui.com/getting-started/nextjs-app-guide) +- [`chakra-ui`](https://chakra-ui.com/docs/get-started/frameworks/next-app) - [`@fluentui/react-components`](https://react.fluentui.dev/?path=/docs/concepts-developer-server-side-rendering-next-js-appdir-setup--page) - [`kuma-ui`](https://kuma-ui.com) - [`@mui/material`](https://mui.com/material-ui/guides/next-js-app-router/)