Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 285 Bytes

File metadata and controls

19 lines (12 loc) · 285 Bytes

material-ui-calculator

import Calculator from 'material-ui-calculator';
const Demo = () => <Calculator mode="basic"/>

Should look something like this when ready:

./sample.png

TODOS

  • hook up all functions
  • display is input
  • tab
  • tests