Text scroller using iframe ``` <Widget src="efiz.near/widget/marquee" props={{ text: "Hello World", fontFamily: "Arial, sans-serif", fontSize: "20px", textColor: "white", backgroundColor: "black", height: "60px", width: "100%", }} /> ``` | Property | Type | Default Value | |-------------------|--------------------|--------------------| | text | string | "Hello World" | | fontFamily | string | "Arial, sans-serif"| | fontSize | string | "20px" | | textColor | string | "white" | | backgroundColor | string | "black" | | height | string | "60px" | | width | string | "100%" |