# Regen UI Text endpoints for agents and other non-browser clients. - /index.md: Introduction and references - /installation.md: Installation alias - /agents.txt: AI agent content alias - /llms-full.txt: All page Markdown concatenated - /.well-known/llms.txt: llms.txt alias - /.well-known/llms-full.txt: llms-full.txt alias ## Guides - /installation.md: Install and configure Regen UI in a React app running through Vite. ## Foundation - /colors.md: Color values used by Regen components. - /typography.md: Text styles exposed by Regen Tailwind utilities. ## Examples - /examples.md: Reference wallet surfaces built from Regen components. ## Components - /amount.md: Formatted token amounts with signs and emphasis variants. - /box.md: Standard surface container for cards, panels, and linked boxes. - /button.md: Primary action, secondary action, negative action, text action, icon action, loading, and disabled states. - /choices.md: Button-style radio group for choosing one value from a short list. - /copy.md: Clipboard action for addresses and other copyable values. - /empty.md: Centered state for empty lists, blocked screens, and recoverable errors. - /fields.md: Field layout and shared defaults for form controls. - /frame.md: Dialog shell for review and confirmation surfaces. - /hash.md: Compact middle-truncated display for addresses and hashes. - /identicon.md: Deterministic account avatars derived from addresses. - /info.md: Inline status callouts with optional action links. - /input.md: Labeled text fields and specialized amount entry. - /otp.md: One-time passcode entry fields. - /qr.md: Scannable QR codes for wallet addresses, payment URIs, and setup codes. - /rows.md: Compact key-value and surface rows. Expanded content renders as explicit Rows.Group or Rows.Panel siblings so regular and virtualized lists share the same model. - /select.md: Composable select primitives for custom option rows. - /status.md: Centered status block for loading, success, error, and informational states. - /tabs.md: Controlled tab list with keyboard navigation and an active indicator. - /tag.md: Compact inline label for status, category, and metadata chips. - /tooltip.md: Short hover and focus labels for compact controls. - /token.md: Network token icon rendering.