Skip to content

Instantly share code, notes, and snippets.

View paibamboo's full-sized avatar

G. Sitthi paibamboo

  • Bangkok, Thailand
View GitHub Profile
//+------------------------------------------------------------------+
//| TradePanel.mq5 |
//| Copyright 2023, MetaQuotes Ltd. |
//| https://www.mql5.com |
//+------------------------------------------------------------------+
#property copyright "Copyright 2023, MetaQuotes Ltd."
#property link "https://www.mql5.com"
#property version "1.00"
#property strict
@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