68 components available
Proximity Navigation

Track Invoices

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 <TrackInvoices logo={logo} title={title} count={count} />;
};
Source Code
Inspired by: https://www.sequencehq.com