> ## Documentation Index
> Fetch the complete documentation index at: https://docs.renchi.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Sidebar

> Sidebar component

Sidebar component

## Props

<ResponseField name="user" type="SidebarUser | null" required={false}>
  user
</ResponseField>

## Usage

```tsx theme={null}
import { Sidebar } from '@/components/Sidebar';

export default function Example() {
  return (
    <Sidebar  />
  );
}
```
