SocialIcons

Row of social-platform icon links. Built-in glyphs for linkedin, x, youtube, github, strava. Light + dark variants.

Preview

Usage

import { SocialIcons } from '@ramtt/ui'

<SocialIcons
  links={[
    { platform: 'github', href: 'https://github.com/…' },
    { platform: 'x', href: 'https://x.com/…' },
  ]}
/>

Props

PropTypeDefaultDescription
links*{ platform: 'linkedin' | 'x' | 'youtube' | 'github' | 'strava'; href: string }[]Platform + URL pairs
darkbooleanfalseUse inverted dark-surface colors
classNamestringAdditional Tailwind classes