em-squared / front-task

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Goal

Create a numeric input component.

figma Preview

Figma

  1. The user should only be able to enter digits.
  2. Groups of 3 digits should be separated by spaces ("1442" → "1 442").
  3. Starting at a width of 72 px, the input should adapt to the size of the entered value.
  4. From the existing input, you need to create a component that you can reuse it in other parts of the project.

You can modify this project as you see fit to match a "production ready" state

About


Languages

Language:Vue 67.2%Language:JavaScript 13.3%Language:TypeScript 10.4%Language:HTML 7.7%Language:CSS 1.4%