1.0.3 • Published 3 years ago

@mertsolak/console v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Console

Virtual console that visualizes typing and executing commands.

npm license size issue

Installation

Use node package manager to install @mertsolak/console.

npm i @mertsolak/console

Usage

import { Console } from '@mertsolak/console';

const App = () => {
  const commands = [
    { speed: 25, command: 'console.log("command1");', isExecutable: true },
    { speed: 50, command: 'console.log("command2");', isExecutable: false },
  ];

  return <Console commands={commands} containerClassName="container" terminalClassName="terminal" />;
};
1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago