Radial Socials
radial social icons arranged in circles, with smooth expansion and rotation
ScrollX UI
skip the drama, your UI comes pre-cooked, cooler than your deadlines and faster than your coffee break
Installation
npx shadcn@latest add https://scrollxui.dev/registry/radial-socials.json
Usage
import {
RadialSocials,
RadialSocialsContent,
RadialCircular,
RadialIcon,
} from "@/components/ui/radial-socials";
<RadialSocials animationDelay={200} expandDuration={600} className="w-[200px] h-[120px]">
<RadialSocialsContent>
<RadialCircular radius={70} duration={20} startAngle={39}>
<RadialIcon icon={<Zap className="w-5 h-5" />} />
<RadialIcon icon={<Rocket className="w-5 h-5" />} />
<RadialIcon icon={<Flame className="w-5 h-5" />} />
<RadialIcon icon={<Wind className="w-5 h-5" />} />
</RadialCircular>
</RadialSocialsContent>
</RadialSocials>
API Reference
Radial Socials
radial social icons arranged in circles, with smooth expansion and rotation