Skip to content

Instantly share code, notes, and snippets.

@aabenoja
aabenoja / DatePicker.js
Last active September 21, 2018 17:13
DatePicker with createGlobalStyle
import React from 'react';
import { findDOMNode } from 'react-dom';
import PropTypes from 'prop-types';
import { noop } from 'lodash';
import ReactDatePicker from 'react-datepicker';
import uncontrollable from 'uncontrollable';
import DatePickerStyles from './DatePickerStyles';
import Textbox from '../../controls/textbox/Textbox';
@aabenoja
aabenoja / .vimrc
Created May 1, 2014 19:17
My current vimrc. I can't remember where I yanked this template from. Currently using the github colorscheme with some pathogen
" Make Vim more useful
set nocompatible
" Use the OS clipboard by default (on versions compiled with `+clipboard`)
" Set color scheme!¬
colorscheme github
cd ~/repos/
set clipboard=unnamed
" Enhance command-line completion
set wildmenu
" Allow cursor keys in insert mode