Getting started
Requirements
In order to use @daveyplate/better-auth-ui
, your application must meet the following requirements.
Prerequisites
- You must have shadcn/ui installed with CSS variables enabled.
- Configure a Sonner
<Toaster />
component for toast notifications. - Ensure you have TailwindCSS
v4
set up and configured correctly. - You must have better-auth
v1.2
or greater installed and configured.