Variable: Marquee
constMarquee:ForwardRefExoticComponent<MarqueeProps&RefAttributes<MarqueeRef>>
Defined in: components/Marquee/index.tsx:48
Component
Marquee
Description
A component that creates a scrolling marquee effect for its children.
Param
The component props.
Param
The forwarded ref to control the marquee.
Returns
The rendered Marquee component.
Example
<Marquee speed={5}>
<p>This is scrolling text.</p>
</Marquee>