---
title: Components
description: Use focused MDX components to make complex instructions easier to follow.
url: https://track-staging-acceptance.staging.thally.app/components
---

# Components

Use focused MDX components to make complex instructions easier to follow.

Use a component when it clarifies a choice, sequence, status, or optional detail.
Plain prose should remain the default.

## Show equivalent paths

    ```bash
    npm install your-package
    ```

    ```bash
    pnpm add your-package
    ```

    ```bash
    yarn add your-package
    ```

## Reveal detail when it matters

  Keep the recommended path visible. Move optional detail here so new readers
  can continue without hiding information from experienced users.

## Communicate status

Stable{" "}
Beta{" "}
New

> **Tip:**
  Choose the lightest component that improves comprehension. A page should not
  look like a component catalogue unless that is its purpose.