Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 251 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 251 Bytes

Errors

  • static is a reserved keyword in Typescript (used inside classes) and cannot be a property of Input component
  • size: string in Input used to set the grid size is in conflict with size: number for input and button elements.