RewardKitButton
Customizable component to trigger RewardKit UI
Reward Kit is still in early alpha, and may contain bugs or unexpected behavior.
The Boost V2 Docs are under active development and will be subject to changes.
A React component that renders a configurable button to trigger the RewardKit modal. This component handles the modal state management and configuration internally.
RewardKitButton TSDoc
See in-depth technical documentation
Basic Usage
Here’s a simple example of using the RewardKitButton:
Custom Styling
Example showing how to customize the button’s appearance:
With Dynamic Configuration
Example showing how to use dynamic configuration:
With Loading State
Example implementing a loading state:
The button internally manages the RewardKit modal state and configuration through the useRewardKit
hook. It can be styled and customized like a regular button while maintaining the reward claiming functionality.
The component uses React’s forwardRef
to allow access to the underlying button element when needed, and it preserves all standard HTML button attributes except for onClick
which is handled internally for modal management.