Documentation
Introduction

React Terminal

Introducing React Terminal: A customizable terminal component for your React applications.

Banner

Here's what it provides:

  • 🔮 Highly Customizable: Personalize the title bar, prompt, and output to perfectly match your app's design.
  • ⌨️ Custom Commands: Define your own commands to perform specific actions within your app.
  • Async/Await Support: termireact handles asynchronous operations seamlessly, displaying a loader while waiting .
  • ⬆️ ⬇️ Command History: Navigate through past commands with ease using the up and down arrow keys.
  • #️⃣ JSX Rendering: Integrate JSX elements directly into your terminal output for a richer experience.
  • 🌈 Ansi Support: Support for ANSI escape codes to add color and style to your terminal output.
  • 🎨 Multiple Themes: Choose from pre-built themes or create your own custom look.
  • 📦 Persistence (IndexedDB): Save and recall terminal history for a more convenient user experience.