Components
Sleek, pill-shaped option selector with frosted glass styling and a glowing highlight on the active choice. Ideal for membership tiers, pricing plans, or mode selection in premium UI designs.
npx shadcn@latest add https://21st.dev/r/ravikatiyar162/glass-radio-groupLoading preview...
import Radio from "@/components/ui/glass-radio-group";
export default function DemoOne() {
return <Radio />;
}