Yes, have some.
I like coffee and grilled chicken.
- New Jersey
- http://kengregory.com
Block or Report
Block or report kgregory
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned Loading
-
1
import * as React from "react";
2import { makeStyles } from "@material-ui/core/styles";
34interface InlineProps {
5gap?: number;
-
1
import * as React from "react";
2import { makeStyles } from "@material-ui/core/styles";
34interface StackProps {
5gap?: number;
-
1
import ListSubheader from "@material-ui/core/ListSubheader";
2import { makeStyles } from "@material-ui/core/styles";
34/**5* I have a separate gist for this that explains it a bit -
1
/**2* A hook that helps establish the relationship between button and menu3* Intended for Material-UI IconButton and Menu components, but would work nicely elsewhere4*/5import type { MouseEventHandler } from "react";
-
1
/*23Since the release of material-ui 1.0.0-beta.11, there is a toolbar mixin available4on the theme that provides the toolbar minHeight for each breakpoint. If you need to style5an element relative to the standard height of the AppBar component, you can use this -
1
import React from "react";
2import { PropTypes } from "prop-types";
3import classNames from "classnames";
4import withStyles from "@material-ui/core/styles/withStyles";
5import TableCell from "@material-ui/core/TableCell";
147 contributions in the last year
Less
More
Contribution activity
November 2021
Created 12 commits in 2 repositories
Created 2 repositories
- kgregory/remix TypeScript
- kgregory/nextjs-template TypeScript
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