Documentation

Frameworks

Choose the tested Motionwind v2 adapter for React, Vue, JavaScript, or React Native.

Frameworks

Motionwind v2 keeps one class grammar and one parser while allowing each runtime to expose an honest capability set.

TargetPackageTierDefault path
Next.js and React/Vitemotionwind-reactStableBuild-time JSX transform
Vue/Vite and Nuxtmotionwind-vueStableTemplate transform or runtime component
Browser JavaScriptmotionwind-vanillaStableRuntime DOM scan
React Native and Expomotionwind-react-nativeBetaRuntime mw.* components

The same syntax does not mean every platform has the same primitives. Web hover, SVG paths, layout projection, native scroll views, and drag recognizers have different runtime requirements. Motionwind checks the adapter's declared capabilities and reports unsupported syntax; consult the Compatibility Matrix when sharing classes.

All official paths are installed and exercised from packed npm artifacts in CI. The suite covers framework builds plus interaction, keyboard, reduced-motion, SSR/hydration, diagnostics, source-map, tree-shaking, and bundle-budget cases where the target supports them.