# SocialLinks

Render the package-owned social link list. A neat row of icons to prove you exist on other parts of the internet.

## Notes

- Pass accessible labels for each link.
- Only pass trusted, consumer-validated URLs.
- Let the consumer choose which networks to expose. (No MySpace, please).



## Example

```astro
<SocialLinks links={links} />
```
