better-auth-ui
v3.2.27
Published
Plug & play shadcn/ui components for better-auth
Maintainers
Readme
better-auth-ui
better-auth-ui.com
Plug & play shadcn/ui auth components for better-auth.
- Own Your Auth
Demo - Documentation - Roadmap
Sign In
Sign Up
Forgot Password
User Button
Email Template
Settings Cards
Installation
pnpm add better-auth-uiQuick Start
- Wrap your app with the
AuthUIProvider:
import { AuthUIProvider } from "better-auth-ui";
export default function RootLayout({ children }) {
return <AuthUIProvider>{children}</AuthUIProvider>;
}- Use the components anywhere in your app:
import { SignInCard } from "better-auth-ui";
export default function LoginPage() {
return <SignInCard />;
}Fully customizable!
Organizations and Settings are now supported!
License
This project is licensed under the MIT License. See the LICENSE file for details.
