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

Request access

We send a one-time code to your inbox.

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

expectedCode
string
default "246810"
The six-digit code that throws the bolt.
onVerify
(code: string) => void
default
Fires with the entered code on every attempt.
onComplete
(email: string) => void
default
Fires once when the correct code lands.
email
string
default
Prefills the email field.