Skip to content
Avatar
Yes, have some.
Yes, have some.

Organizations

@STORIS @mui
Block or Report

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.

Report abuse

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

Report abuse

Pinned

  1. 1
    import * as React from "react";
    2
    import { makeStyles } from "@material-ui/core/styles";
    3
    
                  
    4
    interface InlineProps
    5
      extends React.DetailedHTMLProps<
  2. 1
    import * as React from "react";
    2
    import { makeStyles } from "@material-ui/core/styles";
    3
    
                  
    4
    interface StackProps
    5
      extends React.DetailedHTMLProps<
  3. 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. 1
    /**
    2
     * A hook that helps establish the relationship between button and menu
    3
     * Intended for Material-UI IconButton and Menu components, but would work nicely elsewhere
    4
     */
    5
    import type { MouseEventHandler } from "react";
  5. 1
    /*
    2
    3
    Since the release of material-ui 1.0.0-beta.11, there is a toolbar mixin available 
    4
    on the theme that provides the toolbar minHeight for each breakpoint. If you need to style 
    5
    an element relative to the standard height of the AppBar component, you can use this 
  6. 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";

89 contributions in the last year

Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr May Jun Mon Wed Fri

Contribution activity

July 2022

kgregory has no activity yet for this period.

Seeing something unexpected? Take a look at the GitHub profile guide.