Installing Notification Control
Add a notification dropdown control to your navigation bar with a single command.Prerequisites
See the CLI Setup Guide for details.
Installation Command
What Gets Installed
Only 5 files — much simpler than comment components:Basic Usage
Make sure your app is wrapped with
<SublayProvider>. See the Quick Start Guide for details.Complete Example
Switching Styling Variants
Troubleshooting
Import errors
Import errors
Icons not showing
Icons not showing
Dropdown appears off-screen
Dropdown appears off-screen
Check parent container CSS — containers with
overflow: hidden can clip the dropdown. Set overflow: visible on any clipping ancestor.Unread count not updating
Unread count not updating
Ensure
<SublayProvider> wraps the component and signedToken is set correctly.Next Steps
Props & API
Learn about component props
Customization
Customize colors and layout
Integration Examples
See real-world examples
Overview
Back to overview

