# Grok Thought > Completed or streaming thought — ◆ Thought for 0.2s, or a bordered Thinking… body. Grok Thought 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-thought.json ``` - bun: `bunx --bun shadcn@latest add https://brainless.swerdlow.dev/r/grok-thought.json` - pnpm: `pnpm dlx shadcn@latest add https://brainless.swerdlow.dev/r/grok-thought.json` - yarn: `yarn dlx shadcn@latest add https://brainless.swerdlow.dev/r/grok-thought.json` Registry JSON: https://brainless.swerdlow.dev/r/grok-thought.json Docs preview: https://brainless.swerdlow.dev/components#grok-thought ## Import `@/components/brainless/grok/grok-thought` ## Usage ```tsx import { GrokThought } from "@/components/brainless/grok/grok-thought" export function Example() { return (
Checking whether scratch.txt exists…
) } ``` ## 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.