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