Installing Notification Control
Add a notification dropdown control to your navigation bar with a single command.Prerequisites
Before installing, ensure you’ve completed CLI setup:
See the CLI Setup Guide for details.
Installation Command
What Gets Installed
The CLI will copy 5 files into your project:CLI Output Example
Basic Usage
After installation, import and use the component:Make sure your app is wrapped with
<ReplykeProvider>. See the Quick Start Guide for setup details.With Custom Bell Icon
Using lucide-react icons:Complete Example
Switching Styling Variants
If you want to switch between Tailwind and Inline Styles after installation:Verification
Troubleshooting
Import errors
Import errors
Make sure your import path matches your
componentsPath:Icons not showing
Icons not showing
Install lucide-react:
Dropdown appears off-screen
Dropdown appears off-screen
Check parent container CSS:The dropdown uses smart positioning but parent containers with
overflow: hidden can clip it.Unread count not updating
Unread count not updating
Ensure
@replyke/react-js is properly configured:
