Search documentation, components, and switch theme.
A theme toggle button for dark and light mode.
npx shadcn@latest add @formance/mode-toggle
npm install lucide-react
import { ModeToggle } from '@/components/ui/mode-toggle'
<ModeToggle theme={theme} setTheme={setTheme} />