justin-chu / react-fast-marquee

A lightweight React component that harnesses the power of CSS animations to create silky smooth marquees.
https://react-fast-marquee.com
MIT License
1.16k stars 95 forks source link

Specify spacing #97

Open wojtekmaj opened 7 months ago

wojtekmaj commented 7 months ago

While there are multiple workarounds for spacing (like: adding padding inside each item, or: adding multiple spaces in text), it would be nice if we had a way to specify spacing as a prop in <Marquee> component.