import { MarqueeAnimation } from "mui-extended"; const marqueedComponent = ( <MarqueeAnimation>React node to be Marqueed</MarqueeAnimation> );
BoxProps
children
(Required) any react nodespeed
(Optional) number , defaults to 10000 msrepeat
(Optional) boolean, animation repeats if true
, default is false
reverse
(Optional) boolean, moves from left to right ( -> ) if true
, default is false
Write an email to opensource@sodaru.com