A button for signing in and out of Ckd — and everything in between.
| State | Button text | Action |
|---|---|---|
| Ckd not running | Run Ckd to sign in | ckd.dev/run |
| No accounts | Create a Ckd account | localhost:1818 |
| Signed out | Sign in with Ckd | Sign in via WebAuthN |
| Signed in | Sign out | $account | Sign out |
import { CkdSignIn } from "ckd-react"; export default function CkdSignInExample() { return <CkdSignIn />; }