Skip to content

Instantly share code, notes, and snippets.

View benhowdle89's full-sized avatar

Ben Howdle benhowdle89

View GitHub Profile
@benhowdle89
benhowdle89 / ShareButton.jsx
Created May 17, 2016 21:04 — forked from jamesslock/ShareButton.jsx
ReactJS Share Buttons
import React, { PropTypes } from 'react';
import Button from '../components/Button.jsx';
import Icon from '../components/Icon.jsx';
module.exports = React.createClass({
render: function () {
const {
className,
classNameIcon,
children,
@benhowdle89
benhowdle89 / 0_reuse_code.js
Created February 1, 2014 20:59
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console