You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Import the component to file you want to use it in.
import{Card}from'react-github-stats-card-v2';
Place the component on the page.
username is a required prop. Example: username="cnocon"
theme is an optional prop that defaults to false if not explicitly passed. Example theme={true}
accessToken is an optional prop that will raise your rate limit if you start encountering rate limiting errors in your application. Example accessToken="abcdefghijklmnopqrstuv12345678910"