Hello!
Well, it's still on the pipeline, but it's THE current thing we're working on, it's on the top top of the list, so it should be there with the next release. Can't really say when because once it's implemented, we still have to test/tweak it to make it from good to great (or awesome? :D)...
BUT! Why don't you do it yourself for now?
It should be pretty simple to do. You just need to use the basic Unity Scroll Rect, with a vertical layout group for the content. And inside it, you just design one card with the MaterialUI components (a panel, with inside whatever you want), and then you just duplicate the card and update the data inside each card.
If you don't know how you can do all that at runtime, there's a great Unity tutorial to do just that!
There's some documentation right here:
https://docs.unity3d.com/Manual/HOWTO-UICreateFromScripting.html
And the tutorial is here (in 9 parts!):
https://www.youtube.com/watch?v=TAJCr3_kfEc
~ Yohan