Skip to content

Instantly share code, notes, and snippets.

@wwwhatley
Last active July 13, 2018 00:43
Show Gist options
  • Save wwwhatley/0764e192428e8a94c43dbf984d0b9562 to your computer and use it in GitHub Desktop.
Save wwwhatley/0764e192428e8a94c43dbf984d0b9562 to your computer and use it in GitHub Desktop.
import styled from 'styled-components';
export const Input = styled.input`
width: 300px;
height: 35px;
border: ${props => props.border || '1px solid #ccc'};
background-color: #fff;
`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment