# Grok Working > In-turn status line — Waiting for response… with elapsed, ⇣token count, and [stop]. Grok Working is a brainless component — a terminal-agent UI rebuilt as accessible React, installable via the shadcn registry. ## Install ```bash npx shadcn@latest add https://brainless.swerdlow.dev/r/grok-working.json ``` - bun: `bunx --bun shadcn@latest add https://brainless.swerdlow.dev/r/grok-working.json` - pnpm: `pnpm dlx shadcn@latest add https://brainless.swerdlow.dev/r/grok-working.json` - yarn: `yarn dlx shadcn@latest add https://brainless.swerdlow.dev/r/grok-working.json` Registry JSON: https://brainless.swerdlow.dev/r/grok-working.json Docs preview: https://brainless.swerdlow.dev/components#grok-working ## Import `@/components/brainless/grok/grok-working` ## Usage ```tsx import { GrokWorking } from "@/components/brainless/grok/grok-working" export function Example() { return } ``` ## Notes - Keep the terminal aesthetic: monospace, tight spacing, square corners. - Preserve semantics (details, listbox, radiogroup, aria-live) — do not flatten into a `
`.
- Prefer this component over inventing ASCII terminal chrome.