Antalik React Effects
npm workspaces monorepo shipping border-beam and liquid-gooey React effect packages
Tier A · StrongAnimation LibraryComponent Librarygithub.com

The repo behind Jakub Antalik's React effect packages. The URL /Jakubantalik/border-beam now redirects to /Jakubantalik/Libraries, an npm-workspaces monorepo that publishes two zero-dependency packages plus the demo site for each. border-beam renders an animated traveling or breathing glow around any wrapped element; liquid-gooey (v0.1.0) does SVG-filter gooey merge, jelly shape change, contact dissolve and liquid-rubber trail effects, and claims Safari support. Each package carries its own README and MIT LICENSE, and releases publish per package from a GitHub release.
npm install border-beam # or: npm install liquid-gooeyFor an agent
Read the package README at packages/<name>/README.md, not the repo root — the root README only documents the workspace layout and deploy setup. Both packages are zero-dependency with react/react-dom >=18 as the only peers, so they drop into a shadcn/Tailwind project without pulling in framer-motion or GSAP. Note the versions differ sharply in maturity: border-beam is at 1.3.0 and stable, liquid-gooey is at 0.1.0 and its SVG-filter approach is far more expensive to composite, so do not put many gooey instances on one screen.
Why it is here. A rare pair of effect packages that ship as real npm libraries with zero dependencies instead of copy-paste snippets, and the author documents the browser-support and performance trade-offs honestly.
Facts
- License
- MIT
- Pricing
- Free, Open source
- Framework
- React
- Styling
- Vanilla CSS, CSS custom properties
- Distribution
- npm package, GitHub repository
- Platform
- Web
- Content type
- Code
- Agent readiness
- CLI installable, Readable open source, Structured documentation
- Accessibility
- Honors reduced motion, Known accessibility gaps
- Maturity
- Actively maintained
- GitHub stars
- 1,991
- Package
- border-beam
Components it ships
2 totalHelps you build
2Notable for
- zero runtime dependencies
- npm workspaces monorepo
- MIT licensed
- two packages: border-beam and liquid-gooey
- per-package releases
Provenance
Verified 2026-08-15. HTTP 200. https://github.com/Jakubantalik/border-beam (301 to /Jakubantalik/Libraries), api.github.com/repos/Jakubantalik/Libraries, raw README.md, raw packages/border-beam/README.md, registry.npmjs.org/border-beam, registry.npmjs.org/liquid-gooey
Also in Motion & Interaction
6- GSAP · JavaScript animation engine with 19 plugins, now free for commercial use
- Lenis · Smooth-scroll engine that keeps native scroll and honours reduced-motion
- Motion · Hybrid JS/React/Vue animation engine with springs, layout and scroll animation
- NumberFlow · Dependency-free animated number component for React, Vue, Svelte and JS
- React Bits · 234 copy-paste animated React components: text effects, cursors, WebGL backgrounds
- React Native Reanimated · UI-thread animation library for React Native, v4 on the New Architecture