From 85d5861fa232cd4d798d06563a5cfb805d1ed188 Mon Sep 17 00:00:00 2001 From: shadcn Date: Tue, 7 Feb 2023 23:12:45 +0400 Subject: [PATCH] docs(www): update text --- apps/www/app/page.tsx | 8 ++++++-- apps/www/content/docs/index.mdx | 9 ++++++--- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/apps/www/app/page.tsx b/apps/www/app/page.tsx index b255fafc09..21c43d4cf9 100644 --- a/apps/www/app/page.tsx +++ b/apps/www/app/page.tsx @@ -17,9 +17,13 @@ export default function IndexPage() { Beautifully designed components
built with Radix UI and Tailwind CSS. -

+

Accessible and customizable components that you can copy and paste - into your apps. Free. Open Source. And Next.js 13 Ready. + into your apps. Free. Open Source.{" "} + + Use this to build your own component library + + .

diff --git a/apps/www/content/docs/index.mdx b/apps/www/content/docs/index.mdx index 045c7d4499..ef923e4e5f 100644 --- a/apps/www/content/docs/index.mdx +++ b/apps/www/content/docs/index.mdx @@ -13,15 +13,17 @@ This is **NOT** a component library. It's a collection of re-usable components built using [Radix UI](https://radix-ui.com/) and [Tailwind CSS](https://tailwindcss.com/). It's a work in progress and I'm adding components as I need them. -**All components are compatible with Next.js 13 (Client Components).** +**All components are compatible with Next.js 13 (Client & Server Components).** ## FAQs ### What do you mean by not a component library? -I mean you do not install it as a dependency. You copy and paste the code into your project and customize to your needs. The code is yours. +I mean you do not install it as a dependency. -You can also use it as a reference to build your own components. +Pick the components you need. Copy and paste the code into your project and customize to your needs. The code is yours. + +**Use this as a reference to build your own component libraries.** ### What is this based on? @@ -79,3 +81,4 @@ But hey, let me know if you do. I'd love to see what you build. - [Vercel](https://vercel.com) - Where I host all my projects. - [Shu Ding](https://shud.in) - The typography styles is adapted from his work on Nextra. - [Cal](https://cal.com) - Where I copied the styles for the first component: the `Button`. +- [cmdk](https://cmdk.paco.me) - For the `` component.