Components
<UserView />
Renders a user view that shows the user's avatar alongside their name and email.
Usage
import { UserView } from "@/components/auth/user/user-view"
export function UserViewDemo() {
return <UserView />
}Installation
npx shadcn@latest registry add @better-auth-ui=https://better-auth-ui.com/r/{style}/{name}.jsonnpx shadcn@latest add @better-auth-ui/user-viewProps
Prop
Type
Last updated on