From 91e61ce77e5fe631afd988396f8d5346caf52bc1 Mon Sep 17 00:00:00 2001 From: Lsnsh Xin Date: Wed, 15 May 2024 15:30:08 +0800 Subject: [PATCH] docs(css-in-js): alphabetize libraries name --- .../01-building-your-application/05-styling/03-css-in-js.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/02-app/01-building-your-application/05-styling/03-css-in-js.mdx b/docs/02-app/01-building-your-application/05-styling/03-css-in-js.mdx index 94f6c7a79de1a7..f22def3430ee71 100644 --- a/docs/02-app/01-building-your-application/05-styling/03-css-in-js.mdx +++ b/docs/02-app/01-building-your-application/05-styling/03-css-in-js.mdx @@ -13,6 +13,7 @@ description: Use CSS-in-JS libraries with Next.js 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) - [`@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) @@ -25,7 +26,6 @@ The following libraries are supported in Client Components in the `app` director - [`tamagui`](https://tamagui.dev/docs/guides/next-js#server-components) - [`tss-react`](https://tss-react.dev/) - [`vanilla-extract`](https://vanilla-extract.style) -- [`ant-design`](https://ant.design/docs/react/use-with-next#using-app-router) The following are currently working on support: