Receivables
The Receivables
component is a comprehensive React component that renders the entire Receivables page. The component integrates the functionalities of the ReceivablesTable
component and includes the ability to view receivable details.
Preview

Receivables
component preview.
Usage
Bring in the Receivables
component into your application as shown:
import { Receivables } from "@monite/sdk-react"
...
// TODO: This component must be rendered within the MoniteProvider wrapper
return (
<>
<Receivables />
</>
);
Updated about 1 month ago