Motion box
Lower level component that wraps an actual Box component turning it into a motion component.
#
Importimport { MotionBox } from '@volue/wave-react';
#
Examples#
BasicInternally, the Box component is wrapped with the motion()
function, giving you access to all motion props (like animate
) from Framer Motion.