Skip to content

Instantly share code, notes, and snippets.

View cyberhck's full-sized avatar

Nishchal Gautam cyberhck

View GitHub Profile
@cyberhck
cyberhck / Tile.tsx
Created January 23, 2024 13:55 — forked from paibamboo/Tile.tsx
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