A lightweight, customizable terminal emulator component for React.
"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.
npm i kanza
Import the Kanza component into your React application:
import { Kanza } from 'kanza'
function App() {
return (
<div className="app-container">
<Kanza />
</div>
)
}