@feedsync/ui
v1.0.0
Published
React UI components for FeedSync — drop-in activity feed and notification bell
Downloads
24
Maintainers
Readme
@feedsync/ui
React UI components for FeedSync — drop-in activity feed and notification bell.
Installation
npm install @feedsync/ui @feedsync/sdkComponents
ActivityFeed
import { ActivityFeed } from "@feedsync/ui";
<ActivityFeed
userId="user_123"
apiUrl="https://your-server.com"
apiKey="fs_live_your_key_here"
limit={20}
/>;NotificationBell
import { NotificationBell } from "@feedsync/ui";
<NotificationBell
userId="user_123"
apiUrl="https://your-server.com"
apiKey="fs_live_your_key_here"
/>;Requirements
- React 18+
@feedsync/sdkpeer dependency
ESM only
This package ships ESM only. Works with Vite, Next.js app router, and all modern bundlers.
