A bold, neobrutalist-style email input field that animates on focus and validation.

Neobrutalist Subscribe Form

A bold, responsive input field that pops out upon activation; valid email entry triggers a bright green arrow button sliding in, which playfully animates on hover.

See the Pen Neobrutalist Subscribe Form.

Password Error and Success Animation

Password Error and Success Animation

An interactive password field that decouples its visual representation from the native input. JavaScript dynamically manages DOM elements for the dots via appendChild and remove(), while orchestrating a custom cursor by updating the --cursor-x CSS property to drive a transform.

Accessible Password Input with Custom Web Components

Accessible Password Input with Custom Web Components

Discover how to build a robust and accessible password input using only Vanilla JS to create Custom Elements and validate rules via RegExp, visualizing progress with data-score attributes and CSS Custom Properties.