Adding the Notification Component to Your React UI
1. Import the Notification Component
import { Notification } from '@haven1/react-sdk/component';2. Use the Notification Component
<Notification
isSignedIn={isSignedIn}
onSignIn={handleSignIn}
isSigningIn={isSigningIn}
address={userAddress}
refetchInterval={15000} // Optional, defaults to 15000ms
filters={notificationFilters} // Optional
portalContainerDesktop={desktopContainer} // Optional
portalContainerMobile={mobileContainer} // Optional
enablePopupTxTypes={popupTxTypes} // Optional
/>