Skip to content
Menu

Notes ·

Interfaces With a Little Wobble

Jelly UI, built by the Jelly team, is a dependency-free Web Components library for soft, tactile interfaces.

“Real form controls meet soft-body physics.”

This is a really cool UI library.

The buttons, switches, sliders, and other controls react with a soft wobble that makes them feel playful without losing their usefulness. Underneath the animation, they still behave like real form controls with keyboard support, standard events, dark mode, right-to-left layouts, reduced-motion support, and WCAG AA color tokens.

I especially like that it does not sacrifice accessibility or native browser behavior to achieve the visual effect. The library includes 40 custom elements, has no runtime dependencies, and can be loaded with one script tag.

Try the components at Jelly UI.

All notes