UNPKG

@zqui/react-terminal

Version:

A react component that renders a bash-like terminal.

17 lines (14 loc) 262 B
import styled from "styled-components"; export const ExchangeContainer = styled.div` width: 100%; word-wrap: break-word; hyphens: auto; -webkit-hyphens: auto; -moz-hyphens: auto; span { margin-block: 0.5rem; } #command { margin-left: 0.3rem; } `;