Skip to main content

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 '@tu-cis-courses/docusaurus-components';
<Contributors />
Project contributors

Made with contrib.rocks.

import {Contributors} from '@tu-cis-courses/docusaurus-components';
<Contributors orgName={"facebook"} projectName={"docusaurus"} />
Project contributors

Made with contrib.rocks.

Required Properties

PropertyTypeDescription
orgNamestringThe GitHub organization or user name.
projectNamestringThe GitHub repository name.

Live Demo

Live Editor
<Contributors orgName={"applebaumian"} projectName={"tu-cis-4398-docs-template"} />
Result
Loading...