1.2.16 • Published 3 months ago

react-terminal-history v1.2.16

Weekly downloads
-
License
-
Repository
github
Last release
3 months ago

React Terminal History

NPM Version License

A Powerful Terminal Log Component for React Applications compatible with SSR

Installation

npm install react-terminal-history

Usage

import ReactTerminalHistory from "react-terminal-history";

const fakeData = ["Line1", "Line2"];

function App() {
  return (
    <>
      <div className="flex justify-center items-center h-screen p-20">
        <ReactTerminalHistory data={fakeData} title="Logs" />
      </div>
    </>
  );
}

export default App;

Props

NameTypeRequiredDefaultDescription
dataarrayfalse[]Array of strings to be displayed
classesobjectsfalse{}Classes to be applied to the terminal
titlestringfalse""Title of the terminal
renderLinefuncfalsenullFunction to render each terminal line
showSkeletonboolfalsefalseShow skeleton while is scrolling
loadingboolfalsefalseShow loading element while load data
notFoundContentstringfalse"No history found"Not found content
optionIconnodefalseundefinedOption icon

Classes Keys

NameTypeRequiredDefaultDescription
containerstringfalse''Classes to be applied to the terminal container
headerstringfalse''Classes to be applied to the terminal header
contentstringfalse''Classes to be applied to the terminal content
inputstringfalse''Classes to be applied to the terminal input

Demo

react-terminal-history-ac7k.vercel.app/

License

React Terminal History is MIT licensed.

1.2.8

3 months ago

1.2.7

3 months ago

1.2.6

3 months ago

1.2.9

3 months ago

1.2.12

3 months ago

1.2.10

3 months ago

1.2.11

3 months ago

1.2.16

3 months ago

1.2.14

3 months ago

1.2.15

3 months ago

1.2.5

5 months ago

1.2.0

10 months ago

1.1.1

10 months ago

1.0.2

10 months ago

1.1.0

10 months ago

1.0.1

10 months ago

1.2.4

10 months ago

1.0.6

10 months ago

1.2.3

10 months ago

1.1.4

10 months ago

1.0.5

10 months ago

1.2.2

10 months ago

1.1.3

10 months ago

1.0.4

10 months ago

1.2.1

10 months ago

1.0.3

10 months ago

0.4.0

12 months ago

0.3.1

12 months ago

0.3.0

12 months ago

0.2.1

12 months ago

0.2.0

12 months ago

0.1.4

12 months ago

0.1.3

12 months ago

0.1.2

12 months ago

0.1.1

12 months ago

0.1.0

12 months ago

0.0.7

12 months ago

0.0.6

12 months ago

0.0.5

12 months ago

0.0.4

12 months ago

0.0.3

12 months ago

0.0.2

12 months ago

0.0.1

12 months ago

0.0.0

12 months ago