BETTER-AUTH. UI
Components

<MagicLink />

A magic link sign-in form component that sends an email with a one-time login link, with optional social provider support.

Usage

import { MagicLink } from "@better-auth-ui/heroui"

function RouteComponent() {
  return (
    <div className="flex flex-col p-4 md:p-6 my-auto items-center">
      <MagicLink />
    </div>
  )
}

Props

Prop

Type

Last updated on

On this page