mui / mui/material-ui

Add Stat component

Open
#22,472 3 comments 20 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

scope: new proposal type: new feature waiting for 👍
Dominant language
JavaScript
Stars
99.1k
Forks
32.5k
Avg merge
2d 17h
Merged PRs (30d)
106

Description

  • I have searched the issues of this repository and believe that this is not a duplicate.

Summary 💡

Display one number on a dashboard.

Examples 🌈

  <Stat>
    <StatLabel>Avg. Open Rate</StatLabel>
    <StatNumber>58.16%</StatNumber>
    <StatHelperText>
      <StatArrow type="increase" />
      5.4%
    </StatHelperText>
  </Stat>
Capture d’écran 2020-09-04 à 13 17 45

This is a fictional example, it's not meant to be the final design nor API

Motivation 🔦

Many developers use Material-UI to build dashboards. For such an item, it's very frequent to have to display stats.

Benchmarks

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the linked public and editing benchmarks for the proposed Stat component. The example is explicitly fictional and not a final design or API, so the scope, component structure, and acceptance criteria need to be settled before implementation. Done would mean an agreed dashboard stat component matching the finalized design and API.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, react
Domain
design, frontend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.