Breadkenty / SmashHub

A full-stack web app where users can upload and share combos from Super Smash Bros. Ultimate.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create DifficultyScale component

Breadkenty opened this issue · comments

As a user of the DifficultyScale component, I should be able to show the difficulty as a scale.

Mockup: https://www.figma.com/file/I7fcX1kJuemm42TXGNZPKA/Smash-Combos-Design-System?node-id=4272%3A26069

Component must:

  • Take an integer between the numbers 1 (blue) - 10(red) to represent the difficulty in the scale/slider
  • Match the mockups
  • Label should be nullable
  • Not have any padding/margins around the component
  • Use Material UI as the base component if possible