A reusable component for a radio button, I have used it here for switching the theme.
Loading preview...
import Component from "@/components/ui/radio-theme-switcher"; export default function DemoOne() { return <Component />; }