Skip to content

bouwe77/kanza

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kanza

A lightweight, customizable terminal emulator component for React.

Kanza?

"Kanza, at the time of the ripening"

A metaphor for being ready or reaching a finished state, from the Star Trek - The Next Generation episode "Darmok"

In the fictional Tamarian language, the word "Kanza" refers to the moment a process is fully grown and ready to use—much like a terminal environment that has finished loading and is waiting for your command.

Getting started

npm i kanza

Usage

Import the Kanza component into your React application:

import { Kanza } from 'kanza'

function App() {
  return (
    <div className="app-container">
      <Kanza />
    </div>
  )
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors