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

Achievements

Achievements

Organizations

@STORIS @mui-org
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 Loading

  1. 1
    import * as React from "react";
    2
    import { makeStyles } from "@material-ui/core/styles";
    3
    
                  
    4
    interface InlineProps {
    5
      gap?: number;
  2. 1
    import * as React from "react";
    2
    import { makeStyles } from "@material-ui/core/styles";
    3
    
                  
    4
    interface StackProps {
    5
      gap?: number;
  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";

147 contributions in the last year

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

Contribution activity

November 2021

Created 2 repositories

Created a pull request in remix-run/remix that received 2 comments

Typos in docs/tutorials/blog.md

Following the blog tutorial and found some typos: serever instead of server missing export on the type Post in the first refactor section misc. ty…

+4 −3 2 comments
Loading

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