This repository has been archived by the owner on Apr 6, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Endre Bock edited this page Oct 15, 2017
·
9 revisions
Welcome to the Time-Tracker wiki!
- https://developers.google.com/web/fundamentals/
- https://gist.github.com/BigstickCarpet/a0d6389a5d0e3a24814b
- http://airbnb.io/enzyme/docs/installation/react-16.html
- https://dragablz.net/2015/07/14/react-js-and-material-design-lite/
- https://getmdl.io/components/index.html
- https://medium.com/@daveford/react-router-alternative-switch-acd7961f08db
- https://material.io/components/web/
- https://github.com/material-components/material-components-web/blob/master/packages/mdc-snackbar/foundation.js
- Desktop:
@media (min-width: 840px)
- Tablet:
@media (min-width: 480px) and (max-width: 839px)
- Phone:
@media (max-width: 479px)