SmashHub
SmashHub copied to clipboard
Create DifficultyScale component
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