Skip to main content

Overview

The EntitlementUsageLimitModal component displays a modal when a user reaches their usage limit for a specific entitlement. It provides information about the entitlement and prompts the user to upgrade their plan if necessary.

Import

Usage

Component Code

Customization

The EntitlementUsageLimitModal component can be customized in various ways to fit different requirements:
  1. Styles and Classes: Modify the Tailwind CSS classes to change the appearance of the modal and its elements.
  2. Button Actions: Customize the actions taken when the “Upgrade Plan” button is clicked.
  3. Content: Modify the text content to better suit the application’s context and user messaging.
  4. Icons: Change the logo and other icons to fit the branding of your application.

Example Customization

Usage Guide

  • Import and Use: Import the EntitlementUsageLimitModal component into your page or parent component and include it in the JSX.
  • Handle Actions: Ensure to provide logic for handling plan upgrades and closing the modal.
  • Customization: Leverage the customization options to fit the component into your application’s design and functionality requirements.

Placeholder for Images

EntitlementUsageLimitModal Component Screenshot