build69
build69  /  Components  /  App  /  Account

Account

v1.0.18Updated 27 Aug 2026

User account page — overview, profile edit, security/privacy, tabbed dashboard and activity log. Full-page copy-paste template; baked-in demo content (edit the JSX to customise).

Preview

Live · 18 stories
OverviewOpen ↗
Why this is recommendedaccountprofilesecuritypreferences+3

Account — overview.

Recommended for+14
  • Account / profile screens
  • In-app settings
Tags+6
accountprofilesecuritypreferencesapppageoverview
Features+4
  • Overview, profile edit, security/privacy, tabbed and activity layouts
  • Connected apps / preferences variants
  • Self-contained — no required props
Not recommended for−2
  • Public profile marketing (use Profile)

Install

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

get_registry_item({ name: "Account" })

Usage

import { AccountOverview } from '@/components/pages/account';

<AccountOverview />

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

PropTypeRequired
className

Optional wrapper class override (copy-paste block, baked-in content)

string

Related