Animated stack of invoice-style cards featuring 3D layering.
Playground
()=>{const title ="Reporting summary"const logo ='https://reverseui.com/images/majilabs-white-logo.svg';const count =3;return<TrackInvoiceslogo={logo}title={title}count={count}/>;};