Displays a user's social statistics and links including followers, following, location, website, and LinkedIn profile
Features:
Visual Elements:
Layout:
Link Handling:
Component properties
Props interface for the UserSocialStats component
UserSocialStatsProps
The GitHub user data containing social information
The rendered social statistics
<UserSocialStats user={{ followers: { totalCount: 100 }, following: { totalCount: 50 }, location: "San Francisco", websiteUrl: "github.com", socialAccounts: { nodes: [{ provider: "LINKEDIN", url: "https://linkedin.com/in/user" }] } }}/> Copy
<UserSocialStats user={{ followers: { totalCount: 100 }, following: { totalCount: 50 }, location: "San Francisco", websiteUrl: "github.com", socialAccounts: { nodes: [{ provider: "LINKEDIN", url: "https://linkedin.com/in/user" }] } }}/>
Displays a user's social statistics and links including followers, following, location, website, and LinkedIn profile
Features:
Visual Elements:
Layout:
Link Handling: