Skip to content

Instantly share code, notes, and snippets.

@rajat1saxena
Created January 26, 2018 07:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rajat1saxena/9386bba8548015ecd308d733d1991118 to your computer and use it in GitHub Desktop.
Save rajat1saxena/9386bba8548015ecd308d733d1991118 to your computer and use it in GitHub Desktop.
<Calculator>
<DisplayWindow />
<NumPad>
<Key number={1}/>
<Key number={2}/>
.
.
.
<Key number={9}/>
</NumPad>
</Calculator>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment