Measured entry
tripled-password-input-shadcnui
auth-formminimal-flatmotion on file
A client-side React password field shipped as a shadcn registry component. It owns its value, toggles visibility, and animates a length-based strength meter with Framer Motion. Its source uses Lucide icons, Tailwind utility classes, and theme CSS variables; the registry also pulls in the shadcn button dependency.



Measured
Every value below was written by the harness on the run that produced the frames above. None of it is derived from the prose.
| Build | OK |
|---|---|
| Mount | OK |
| Console errors | 0 |
| Uncaught page errors | 0 |
| Horizontal overflow | clean at 375, 768, 1440 |
| Axe critical | 1 |
| Axe serious | 0 |
| Axe moderate | 0 |
| Axe minor | 0 |
| Gzip marginal | 60.9 KB (126.3 KB build, 65.4 KB baseline) |
| Bare mode | FAIL |
| Provider required | NO |
| Demo used | written from the component source API |
What the harness recorded
BARE BUILD
✗ Build failed in 1.29s error during build: [vite]: Rollup failed to resolve import "lucide-react" from "<sandbox>re-3b1773461a08/src/cut/components/uitripled/password-input-shadcnui.tsx".
Verdict
It builds, mounts, and stays within the tested viewports, but it is starter code rather than a finished form control. Fix the unnamed visibility button, connect the label, correct the toggle icon alignment, and expose controlled-input props before production use.
Use it if
- You want a compact password demo with visibility toggling and animated strength feedback.
- Your React interface already uses Tailwind theme tokens and Framer Motion.
- You are prepared to adapt its internal state to your form library and validation rules.
Skip it if
- You need a production-ready accessible control without first naming the icon-only toggle and linking the label to the input.
- You need a meaningful password-strength policy rather than a length-only indicator.
- You want a lightweight field without an animation dependency.
- You need a drop-in controlled input with props for value, errors, or form registration.
Install
| Declared dependencies | framer-motion, react, radix-ui |
|---|---|
| Missing on install | none |
| Bare install | fails once the shadcn-style helpers are removed, so it needs that setup |
| Provider | no provider required in the harness |
In a non-shadcn project, add React, Framer Motion, Lucide React, Tailwind utilities, and the referenced theme variables for card background, foreground, and accent. Copy the component into a client-rendered module; the registry's button primitive is not imported by this source.
Source and credit
This page is a review, not a copy. The component source lives with its author and this site does not republish it. Read the license before you use anything.
Author repository
github.com/moumen-soliman/uitripledAlternatives
Other published entries for the auth-form pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.
- meraki-auth-sign-in-card-with-side-imageminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 18.9KB
- Bare
- pass
- Prov
- NO
- shadcn-block-login-01minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 30.3KB
- Bare
- fail
- Prov
- NO
- shadcn-block-login-02minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 31.9KB
- Bare
- fail
- Prov
- NO
- shadcn-block-login-05minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 31.9KB
- Bare
- fail
- Prov
- NO
- 8bitcn-login-formskeuomorphism
- Renders
- YES
- A11y
- 0
- Gzip
- 33.2KB
- Bare
- fail
- Prov
- NO
- 8bitcn-advanced3skeuomorphism
- Renders
- YES
- A11y
- 0
- Gzip
- 33.3KB
- Bare
- fail
- Prov
- NO