build69
build69  /  Components  /  Navigation  /  AppMarker

AppMarker

v1.0.2Updated 20 Jul 2026

Pill-shaped tag that identifies which build69 app a record belongs to (e.g., CRM, Inventory, HR). Used in cross-app lists.

Preview

Live · 16 stories
PlaygroundOpen ↗
Why this is recommendedtagappmarkerbadge+2

AppMarker — playground.

Recommended for+14
  • Cross-app activity feeds
  • Universal search results
  • Notification rows
Tags+6
tagappmarkerbadgecross-appplayground
Features+4
  • Color-coded per app
  • Optional icon glyph
  • Sizes (sm / md)
Not recommended for−2
  • Within a single-app context where the app is implied

Install

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

get_registry_item({ name: "AppMarker" })

Usage

import { AppMarker } from '@/components/navigation/app-marker';

<AppMarker app="crm" />

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
app

App identifier

stringyes
size

Size preset

'sm' | 'md'

Related