> For the complete documentation index, see [llms.txt](https://docs.usegravity.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.usegravity.app/gravity-native/components/social.md).

# Social

Gravity [supports social sign-on](/gravity-server/authentication/social-sign-on.md) with over 500+ networks.&#x20;

The `<SocialSignin/>` component is used on the auth pages to show the sign-in button and can be modified or extended to add support for more networks of your choosing.

## Preview

<div align="left"><figure><img src="/files/BdKbJcqHbjxnHWM18fjX" alt="" width="375"><figcaption></figcaption></figure></div>

## Code

```javascript
<SocialSignin network={['facebook', 'twitter']} />
```

## Props

| Prop    | Description                  | Required | Value |
| ------- | ---------------------------- | -------- | ----- |
| network | social network names to show | required | array |
