I hereby claim:
- I am ielijose on github.
- I am ielijose (https://keybase.io/ielijose) on keybase.
- I have a public key ASAhWpOauvG1UEDIVuDbW75tjxAkZDQOVeu1Px2F6wSdDAo
To claim this, I am signing this object:
| // React Hook Form - Browser Autofill Detection | |
| // Uses CSS animations to detect when browser autofills inputs | |
| "use client"; | |
| import { useEffect, useRef, forwardRef, InputHTMLAttributes } from "react"; | |
| import { useForm, UseFormRegisterReturn, UseFormSetValue, Path } from "react-hook-form"; | |
| // ============================================================================= | |
| // CSS - Add this to your global CSS or inject via style tag |
I hereby claim:
To claim this, I am signing this object:
find . -name "node_modules" -type d -prune -exec echo {} \;
| for /d /r . %d in (node_modules) do @if exist "%d" (echo %d && rd /s/q "%d") |
| class Pyramid { | |
| constructor(height) { | |
| this.height = height; | |
| this.line = 1; | |
| } | |
| print() { | |
| console.clear() | |
| while (this.line <= this.height) { | |
| this.printLine(); |