Loading...
Loading...
Loading...
Mobile slide-out sheet for viewing activity feed below xl breakpoint.
Install
npx bouncekit@latest add activitysheetImport
import { ActivitySheet } from "@/components/dashboard/activity-sheet"import { ActivitySheet } from "@/components/dashboard/activity-sheet"
<ActivitySheet>
<ActivityFeed items={activityItems} />
</ActivitySheet>
// Mobile slide-out sheet for activity feed.
// Hidden on xl+ where sidebar is visible.API Reference
| Prop | Type | Required | Description |
|---|---|---|---|
children | ReactNode | yes | Activity feed content. |
Source
src/components/dashboard/activity-sheet.tsx