Documentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
Notification Control
A dropdown notification control component for displaying real-time application notifications. Think GitHub, LinkedIn, or Facebook’s notification bell — shows an unread count and displays a notification list when clicked.Key Features
Real-Time Updates
Automatic real-time updates when new notifications arrive.
Smart Positioning
Dropdown automatically positions itself to stay within viewport bounds. Never overflows screen edges.
Infinite Scroll
Load more notifications on demand. Starts with 10, loads more as needed.
Mark as Read
Click to mark individual notifications as read, or use “Mark all read” for bulk actions.
Unread Badge
Shows unread count on the trigger component. Updates automatically in real-time.
Theme Support
Full light/dark/auto mode support with both inline styles and Tailwind variants.
What It’s NOT
Use Cases
Perfect for:- Navigation bar notification bells
- Header dropdown notifications
- Real-time notification alerts
- Social media style notification systems
- SaaS dashboard notifications
Notification Types Supported
| Type | Icon | Trigger |
|---|---|---|
system | Wrench | System announcements |
entity-comment | MessageCircle | New comment on entity |
comment-reply | MessageSquare | Reply to your comment |
entity-mention | @ | Mentioned in entity |
comment-mention | @ | Mentioned in comment |
entity-upvote | Heart | Upvote on entity |
comment-upvote | Heart | Upvote on comment |
new-follow | UserPlus | New follower |
connection-accepted | UserPlus | Connection accepted |
connection-request | UserPlus | Connection request |
Platform Support
| Platform | Status |
|---|---|
| React (Web) | ✅ Fully supported |
| React Native | ❌ Not available |
| Expo | ❌ Not available |
Required Dependencies
Next Steps
Installation
Add notification control to your project
Props & API
Learn about component props
Customization
Customize colors, layout, and behavior
Integration Examples
See real-world integration examples

