Tailwind v4 & React 19 — v2.0

It’s here! Tailwind v4 and React 19. Ready for you to try out. You can start using it today.

What's New

  • The CLI can now initialize projects with Tailwind v4.
  • Full support for the new @theme directive and @theme inline option.
  • All components are updated for Tailwind v4 and React 19.
  • We've fixed and cleaned up the style of the components.
  • Motion library is now used instead of Framer Motion for all animations.

**Note: This is a breaking release.

ScrollX UI v2.0 components are built for Tailwind CSS v4 and React 19. They are not compatible with Tailwind v3 without modification.

Install Motion

To use the new Motion library, install it with your preferred package manager:

npm install motion 

Then import it in your project like this:

import { motion } from 'motion/react';

Built withby Ahdeetai.