Skip to main content

Top Languages Widget (languages)

The Languages widget computes byte distributions from public repositories and renders visual percentage breakdowns using official language brand colors.

Configuration Schema

'bars' | 'list' | 'compact' | 'donut'
default:"bars"
  • bars: Continuous stacked horizontal progress bar with two-column legend below.
  • list: Vertical list with individual percentage progress bars.
  • compact: Dense badge pills with color dots.
  • donut: Trigonometric SVG donut arc chart with legend and optional center label.
number
default:"5"
Limits how many top languages are displayed.

Real Code Example