HomeGuidesRecipesAPI ExplorerForumSupport
Partner Portal
Partner Portal

ApprovalPolicies

The ApprovalPolicies component is a comprehensive React component that renders the complete Approval Policies page. The component integrates the full functionalities of the ApprovalPoliciesTable component and includes the ability to search through approval policies.

Preview

`ApprovalPolicies` component preview.

ApprovalPolicies component preview.

Usage

Use in the ApprovalPolicies component in your application as shown:

import { ApprovalPolicies } from "@monite/sdk-react"

...

// TODO: This component must be rendered within the MoniteProvider wrapper
return (
  <>
    <ApprovalPolicies />
  </>
);