1.0.2 • Published 5 years ago
yed-terminal v1.0.2
yed-terminal
yed-terminal
Install
npm install --save yed-terminalDemo
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 AppProps
| 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