Components
Introduction

Introduction

Re-usable components built using shadcn/ui, Radix UI and Tailwind CSS.

This is NOT a component library. It's a collection of re-usable components that you can copy and paste into your apps.

What do you mean by not a component library?

We mean you do not install it as a dependency. It is not available or distributed via npm.

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.

FAQ

Credits

  • shadcn/ui - For the UI, the docs and the CLI.
  • Radix UI - For the primitives.
  • Vercel - For hosting.
  • Shu Ding - The typography style is adapted from his work on Nextra.
  • cmdk - For the <Command /> component.