Quick Start
Getting Started with Better Auth UI for shadcn/ui
Prerequisites
Before you start, make sure you have the following prerequisites integrated into your project:
Installation
Install the components
Install the shadcn/ui components using shadcn CLI.
npx shadcn@latest add https://better-auth-ui.com/r/auth.jsonInstall the package
Install @better-auth-ui/shadcn using your preferred package manager.
npm install @better-auth-ui/shadcn@latestConfigure TailwindCSS
Add the following @import to your global css.
@import "@better-auth-ui/shadcn/styles";Next Steps
Follow a framework-specific guide to integrate Better Auth UI into your project.
Last updated on