From 0ca4dd1b3280fcb1671796198756f53c87a9b02f Mon Sep 17 00:00:00 2001 From: shadcn Date: Tue, 17 Feb 2026 22:21:54 +0400 Subject: [PATCH] docs: add shadcn dependency in manual docs --- apps/v4/content/docs/installation/manual.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/v4/content/docs/installation/manual.mdx b/apps/v4/content/docs/installation/manual.mdx index 8433f94c2..f6b545135 100644 --- a/apps/v4/content/docs/installation/manual.mdx +++ b/apps/v4/content/docs/installation/manual.mdx @@ -16,7 +16,7 @@ Components are styled using Tailwind CSS. You need to install Tailwind CSS in yo Add the following dependencies to your project: ```bash -npm install class-variance-authority clsx tailwind-merge lucide-react tw-animate-css +npm install shadcn class-variance-authority clsx tailwind-merge lucide-react tw-animate-css ``` ### Configure path aliases