Components
A visually engaging radio group with a glassmorphic effect and a smooth animation where a "ball" slides into the selected option. It is fully customizable through props and supports both light and dark themes out-of-the-box.
Loading preview...
import Radio from "@/components/ui/3d-radio-group";
export default function DemoOne() {
return <Radio />;
}