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