Skip to content

Instantly share code, notes, and snippets.

View vatsalkgor's full-sized avatar
🏠
Working from home

Vatsal Gor vatsalkgor

🏠
Working from home
View GitHub Profile
@EduardoSaverin
EduardoSaverin / LoginForm.js
Created July 8, 2018 09:32
Material UI React Login Form
import React from 'react';
import { Paper, withStyles, Grid, TextField, Button, FormControlLabel, Checkbox } from '@material-ui/core';
import { Face, Fingerprint } from '@material-ui/icons'
const styles = theme => ({
margin: {
margin: theme.spacing.unit * 2,
},
padding: {
padding: theme.spacing.unit
}