import React from "react"; import PropTypes from "prop-types"; import { nop } from "../helpers/"; import "./input.scss"; export class Input extends React.Component { constructor(props) { super(props); } render() { switch(this.props.type) { case "checkbox": return (