Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

yed-terminal

yasinfmd10MIT1.0.2TypeScript support: included

Terminal Window

Javascript, React, ReactJS, yasinfmd, react-terminal, yed,terminal

readme

yed-terminal

yed-terminal

NPM JavaScript Style Guide

Install

npm install --save yed-terminal

Demo

Demo

Usage

import React from 'react'
import YedTerminal from "yed-terminal"
import 'yed-terminal/dist/index.css'
import './app.css'
const App = () => {
  return <div className={"app"}>
    <YedTerminal terminalType={"Mac"} terminalLogs={[{label:'Merhaba'},{label: "Yasin Efem Dalkılıç"}]} />
  </div>
}

export default App

Props

Props Name Description Default Value Required
terminalTitle Terminal Header null false
terminalLogs Terminal Content array true
terminalHeight Terminal Height 400px false
terminalType Terminal Type null true (Mac or Windows)
terminalTextColor Terminal Text Color #8ab4f8 false

Preview Mac Terminal

Preview Windows Terminal

License

MIT © yasinfmd