Skip to main content

Aura Social Badge Widget (codeweb-social-badge)

The Aura Social Badge widget generates rounded pill badges surrounded by rotating gradient borders (<animateTransform type="rotate">) with vector brand icons and platform labels.

Configuration Schema

'single' | 'multi' | 'grid'
default:"multi"
  • single: Renders one centered badge pill with isolated viewBox.
  • multi: Horizontal centered strip of multiple badges.
  • grid: 2, 3, or 4 column balanced card grid.
string[]
default:"['github', 'instagram', 'facebook', 'gmail']"
Supported keys: github, instagram, facebook, gmail, x, linkedin, discord, youtube, twitch, portfolio, repositories, stars, followers.

Real Code Example