Skip to content

Instantly share code, notes, and snippets.

View paibamboo's full-sized avatar

G. Sitthi paibamboo

  • Bangkok, Thailand
View GitHub Profile
@paibamboo
paibamboo / Tile.tsx
Created July 24, 2020 16:17
Tile layout using display grid
import * as React from "react";
import {classes, style as typestyle} from "typestyle";
import {buildBreakpoints} from "../../../helpers/buildBreakpoints";
import {ITileBreakpoint} from "./interfaces";
export interface IProps {
spanColumn?: number;
spanRow?: number;
/**
* Internal usage