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:1
Initialize CLI
replyke.json configuration file.2
Install Dependencies
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:1
Delete Current Component
2
Update Configuration
Edit
replyke.json:3
Re-install
Verification
1
Check Files Exist
2
Try Importing
3
Run Dev Server
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:
