build69
build69  /  Components  /  App  /  MyDayPage

MyDayPage

v1.0.19Updated 27 Aug 2026

Composed example "my day" page: pinned cards row + tasks + calendar slice + agent suggestions.

Preview

Live · 5 stories
DefaultOpen ↗
Why this is recommendedpagemydayhomeexample+1

The default, out-of-the-box MyDayPage.

Recommended for+14
  • Reference for personalised home pages
Tags+6
pagemydayhomeexampledefault
Features+4
  • PinCard row at top
  • Tasks list
  • Calendar slice
  • Suggestions panel
Not recommended for−2
  • Direct embedding

Install

Ask your agent, or call the MCP tool directly. The resolved bundle is written into your project.

get_registry_item({ name: "MyDayPage" })

Usage

import { MyDayPage } from '@/components/pages/MyDayPage';

<MyDayPage />

Tick variants in the left menu — each adds a tab with that variant’s real story source, the same code the preview above renders.

Props

No documented props — MyDayPage is composed rather than configured. See the source for its full signature.

Related