> ## 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.

# ThemeSelect

> * ThemeSelect - Dropdown for selecting theme preference * Options: - Light: Always use light theme - Dark: Always use dark theme - System: Follow OS preference (default)

* ThemeSelect - Dropdown for selecting theme preference \* Options: - Light: Always use light theme - Dark: Always use dark theme - System: Follow OS preference (default)

## Usage

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

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