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