import React from 'react'; import CharLimit from './decorators/CharLimit' import styled from 'styled-components' import FloatingLabel from './decorators/FloatingLabel' import Dropdown from 'react-dropdown'; import { LANGS, THEMES } from './renderers/Code'; const RelPositioning = styled.div` position: relative; height: calc(100% - 4em); ` const FlexChild = styled.div` display: block; margin-left: 2em; ` class TitleInput extends React.Component { render() { return ( ); } } class PasteInput extends React.Component { render() { return (