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
| Prop | Type | Default | Description |
|---|---|---|---|
| links* | { platform: 'linkedin' | 'x' | 'youtube' | 'github' | 'strava'; href: string }[] | — | Platform + URL pairs |
| dark | boolean | false | Use inverted dark-surface colors |
| className | string | — | Additional Tailwind classes |