> ## Documentation Index
> Fetch the complete documentation index at: https://velt-mintlify-f35f8a05.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Action-Oriented Title (e.g., "Use Popover Mode for Table Cell Comments")

## Rule Title

Brief explanation (1-2 sentences). Focus on the problem this solves and why it matters.

**Incorrect (describe the problem):**

```jsx theme={null}
// Comment explaining what makes this problematic
// Bad code example
```

**Correct (describe the solution):**

```jsx theme={null}
// Comment explaining why this is better
// Good code example
```

Optional: Additional context, variations, or edge cases.

**Verification Checklist:**

* [ ] First verification item
* [ ] Second verification item

**Source Pointers:**

* `/docs/path/to/file.mdx` - "Section Heading or Unique String"
* `/sample-apps/path/to/demo` - "Component or pattern name"
