components / socials
socials.
row of social links from a links map — only supplied platforms render. tooltip on hover; the email entry copies to clipboard.
installation
bunx @justin06lee/chrome@latest add socialsprops
| name | type | default | description |
|---|---|---|---|
| links * | Partial<Record<'github' | 'linkedin' | 'x' | 'email' | 'youtube' | 'instagram' | 'website', string>> | - | platform to url (or bare email address for `email`); empty entries are skipped. |
| size | 'sm' | 'md' | 'lg' | 'md' | |
| gap | 'tight' | 'normal' | 'loose' | 'normal' |