Contributors Component
This component uses contrib.rocks to display a list of contributors for the project. By default it uses the repository specified by the environment variables ORG_NAME and PROJECT_NAME set at build time by GitHub Actions in the docusaurus.config.js file, but you can also specify a different repository.
Example Usage
import Contributors from "../../src/components/Contributors";
<Contributors />
Made with contrib.rocks.
import Contributors from "../../src/components/Contributors";
<Contributors orgName={"facebook"} projectName={"docusaurus"} />
Made with contrib.rocks.
Required Properties
| Property | Type | Description |
|---|---|---|
orgName | string | The GitHub organization or user name. |
projectName | string | The GitHub repository name. |
Live Demo
Live Editor
<Contributors orgName={"applebaumian"} projectName={"tu-cis-4398-docs-template"} />
Result
Loading...