Open experiment
Passkey sign-in control
Explains and simulates a passkey sign-in ceremony with device and fallback choices. Primary action advances through verifying and success states; fallback remains a separate action. Represents a credentialless authentication ceremony rather than a full sign-in form.
Lab tested Responsive Dark mode Interactive
- Version
- 1.0.0
- Updated
- 2026-08-02
- Dependencies
- Zero
<form class="cmp-passkey-signin-control cmp-atlas" data-state="idle" data-variant="2" novalidate>
<div class="cmp-atlas__field-head">
<span>Authentication controls</span><b>Secure passkey portal</b>
</div>
<div class="cmp-atlas__passkey" aria-hidden="true"><i></i><b>PASSKEY</b></div>
<button
type="button"
class="cmp-atlas__primary"
data-primary
data-active-label="Verified"
aria-pressed="false"
>
Continue with passkey</button
><button type="button" data-choice="0" aria-pressed="false">Use another method</button>
<div class="cmp-atlas__field-meter" aria-hidden="true"><i></i></div>
<p data-status aria-live="polite">Control ready</p>
</form>
No runtime reactions detected Open in Editor
Validated in the lab
Experiment report
- Schema and source files passed
- Responsive test passed
- Keyboard test passed
- No console errors
Component ingredients
- Dependencies
- None
- Browser support
- Current Chrome, Current Edge, Current Firefox, Current Safari
- Version
- 1.0.0
- Last tested
- 2026-08-02
Accessibility notes
- Every interactive target is a labelled native control with a visible focus treatment.
- State changes are communicated through a polite text status and never by color alone.
- The contained visual effects stop when the user requests reduced motion.
License: MIT License for open-source use, modification, and distribution.