KB-102 · ACCESS/PANEL
Access Panel
Sign-in that unlocks like a vault — steps ride a gantry rail, OTP digits drop into their cells, and the right code throws a breaker bolt open.
KB-102 · ACCESS/PANEL
Access panel
Demo code · 246810
Install
One command — the source lands in your repo. Or copy it from the Code tab.
$ pnpm dlx shadcn@latest add @kinetiq/access-panel
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| expectedCode | string | "246810" | The six-digit code that throws the bolt. |
| onVerify | (code: string) => void | — | Fires with the entered code on every attempt. |
| onComplete | (email: string) => void | — | Fires once when the correct code lands. |
| string | — | Prefills the email field. |