# Grok Settings > Settings modal (F2) — Appearance / Mouse sections with ▸ rows, on/off values, and nested › pickers. Grok Settings 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-settings.json ``` - bun: `bunx --bun shadcn@latest add https://brainless.swerdlow.dev/r/grok-settings.json` - pnpm: `pnpm dlx shadcn@latest add https://brainless.swerdlow.dev/r/grok-settings.json` - yarn: `yarn dlx shadcn@latest add https://brainless.swerdlow.dev/r/grok-settings.json` Registry JSON: https://brainless.swerdlow.dev/r/grok-settings.json Docs preview: https://brainless.swerdlow.dev/components#grok-settings ## Import `@/components/brainless/grok/grok-settings` ## Usage ```tsx import { GrokSettings } from "@/components/brainless/grok/grok-settings" 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.