Skip to main content
  • 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  />
  );
}