Skip to content

just-serverless/contributors-table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

23 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

contributors-table

Powered by β–² Vercel and contributors-table library 😎

Features

  • βš™οΈ Flexible settings
  • πŸ”— Hyperlinks to contributors profiles
  • πŸ’‘ Hints when hovering over an avatar
  • 🎨 Customizable
  • 🀝 Images supported by Markdown on GitHub and anywhere!

Usage

Basic usage:

![Contributors](https://contributors-table.vercel.app/image?repo=OWNER/REPO)

Contributors

Parameters

  • repo (required): Repository in format OWNER/REPO
  • max (optional, default: 100): Maximum number of contributors to display
  • gap (optional, default: 6): Gap between avatars in pixels
  • width (optional, default: 40): Width of each avatar in pixels
  • columns (optional, default: 21): Number of columns in the table
  • rows (optional, default: 7): Number of rows in the table
  • roundness (optional, default: 5): Border radius of avatars (use 'yes' for full circle)
  • strokeWidth (optional, default: 0): Width of avatar borders
  • ssr (optional, default: true): Enable/disable server-side rendering
  • format (optional, default: 'svg'): Output format ('svg' or 'png')

Examples

Custom styling:

![Contributors](https://contributors-table.vercel.app/image?repo=OWNER/REPO&width=50&gap=10&columns=10&roundness=yes)

Contributors

PNG format with limited contributors:

![Contributors](https://contributors-table.vercel.app/image?repo=OWNER/REPO&max=50&format=png)

Contributors

πŸ‘‡ Deploy your own instance in one click

Deploy with Vercel