I love how this looks!

Sometimes I just do #SwiftUI components because I like the challenge without any clear purpose of where to use them.

But this one might actually be useful!

It's an autoscrolling marquee of elements that also supports manual scrolling and retains its user scroll position. That last part in particular was way trickier than I expected given that for some reason `.scrollPosition` does not report user scrolls (only programatic ones).