49 components available
Components

Track Invoices

June 2024
Animated stack of invoice-style cards featuring 3D layering.
Playground
Run
() => {
  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} />;
};

Installation

API Props

PropTypeDefault
title
string
"Reporting summary"
count
number
3
logo
string
Inspired by: https://www.sequencehq.com