build69
build69  /  Components  /  App  /  Admin

Admin

v1.0.40Updated 4 Sept 2026

Admin console page — overview, user management, roles/permissions, org management and system health. Full-page copy-paste template; baked-in demo content (edit the JSX to customise).

Preview

Live · 20 stories
OverviewOpen ↗
Why this is recommendedadminconsoleusersroles+3

Admin — overview.

Recommended for+14
  • Admin consoles
  • Back-office screens
Tags+6
adminconsoleusersrolesapppageoverview
Features+4
  • Overview, user management, roles/permissions, org and system-health layouts
  • Audit / content-moderation variants
  • Self-contained — no required props
Not recommended for−2
  • Public marketing pages

Install

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

get_registry_item({ name: "Admin" })

Usage

import { AdminOverview } from '@/components/pages/admin';

<AdminOverview />

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