build69
build69  /  Components  /  App  /  AuditLog

AuditLog

v1.0.35Updated 4 Sept 2026

Audit log / activity page — table, timeline, with-filters, detail and security layouts. Full-page copy-paste template; baked-in demo content (edit the JSX to customise).

Preview

Live · 21 stories
Why this is recommendedaudit-logactivitysecurityhistory+3

AuditLog — table.

Recommended for+14
  • Audit log / activity screens
  • Security / compliance views
Tags+6
audit-logactivitysecurityhistoryapppagetable
Features+4
  • Table, timeline, with-filters, detail and security layouts
  • User-activity / grouped / export / empty 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: "AuditLog" })

Usage

import { AuditLogTable } from '@/components/pages/audit-log';

<AuditLogTable />

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