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.
npx shadcn@latest add https://21st.dev/r/ravikatiyar162/3d-radio-groupLoading preview...
import Radio from "@/components/ui/3d-radio-group";
export default function DemoOne() {
return <Radio />;
}