Skip to content

Instantly share code, notes, and snippets.

View ckeeney's full-sized avatar

CJ Keeney ckeeney

View GitHub Profile
@Temzasse
Temzasse / TextField.js
Created August 17, 2017 18:47
TextField with floating label (with styles)
import React, { Component } from 'react';
import PropTypes from 'prop-types';
import styled, { css } from 'styled-components';
import { darken } from 'polished';
const propTypes = {
label: PropTypes.string,
value: PropTypes.string.isRequired,
onChange: PropTypes.func.isRequired,
};
@t-mart
t-mart / forensic_files.json
Last active January 12, 2022 06:16
Forensic Files Episodes on Netflix
[
{
"netflix_collection_number": 1,
"netflix_episode_number": 1,
"title": "If I Were You",
"series_number": 285,
"season": 11,
"season_number": 28,
"air_date": "2007-01-24"
},