Social
Social-icon row.
TSX
<Social
icons={[
{ name: 'Facebook', url: 'https://facebook.com/acme' },
{ name: 'Twitter', url: 'https://twitter.com/acme' },
{ name: 'LinkedIn', url: 'https://linkedin.com/company/acme' },
]}
iconType="rounded"
/>
| Prop | Type | Default |
|---|---|---|
icons | { name: string, url: string }[] | — (shorthand) |
iconType | "circle" | "rounded" | "squared" | "circle" |
Other layout props: align (default "center"), iconSize (default 32), spacing (default 5). Pass as flat props, or use values for full control.