The Contract List component is a React component that renders the list of contracts created by a specific client (clientKey). This component is integrated with the Contract Editor component, allowing users to open existing contracts and create new ones via the Contract List component.

Preview

List

Usage

First, install Sendforsign components. After that:

Props

PropTypeDefaultDescription
apiKeystringUse only for testing purposes. API key for your platform.
clientKeystringUse only for testing purposes. Client key for the account that is using the infrastructure.
tokenstringClient token refers to the client that is using the infrastructure. Learn more about client tokens here.
userKeystringUser key for the user who is creating a contract.
isModalbooleantrueIf false, every click on the table row will save the contractKey to local storage. If true, a click on the table row will open a modal window with the contract rendered.