# Marquee A component to create infinite scrolling content. ## Key Props - `reverse`: to reverse the direction of the animation. - `orientation`: to change the scrolling direction. - `repeat`: to specify how many times the content should be repeated in the animation. - `overlay`: to remove the gradient overlays on the edges of the marquee. ## Usage ```vue /> ```