Skip to content
View kgregory's full-sized avatar
Yes, have some.
Yes, have some.

Organizations

@STORIS

Block or report kgregory

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. scorefour scorefour Public

    Score Four - The world's worst Connect Four clone

    TypeScript

  2. Virtualized, Auto-Height Table power... Virtualized, Auto-Height Table powered by material-ui and react-virtualized
    1
    import React from "react";
    2
    import { PropTypes } from "prop-types";
    3
    import classNames from "classnames";
    4
    import withStyles from "@material-ui/core/styles/withStyles";
    5
    import TableCell from "@material-ui/core/TableCell";
  3. Sticky Material-UI ListSubheader tha... Sticky Material-UI ListSubheader that appears beneath fixed AppBar
    1
    import ListSubheader from "@material-ui/core/ListSubheader";
    2
    import { makeStyles } from "@material-ui/core/styles";
    3
    
                  
    4
    /**
    5
     * I have a separate gist for this that explains it a bit
  4. Stack component, vertically flex com... Stack component, vertically flex components
    1
    import * as React from "react";
    2
    import { makeStyles } from "@material-ui/core/styles";
    3
    
                  
    4
    interface StackProps
    5
      extends React.DetailedHTMLProps<