Skip to main content

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 - Dropdown for selecting theme preference * Options: - Light: Always use light theme - Dark: Always use dark theme - System: Follow OS preference (default)

Usage

import { ThemeSelect } from '@/components/ThemeSelect';

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