UNPKG

quickbuild

Version:

A mature, feature-complete application generator with an emphasis on speed

11 lines (8 loc) 195 B
import styled from 'styled-components'; const Input = styled.input` outline: none; border: none; border-bottom: 1px dotted #999; background-color: transparent; `; export default Input;