A simple React console component.
Prints logs in terminal style.
Radix UI is used.
Prop | Type | Description |
---|---|---|
renderData |
TData | The data to render |
terminalStyle |
CSS | Stitches CSS style object |
Property | Type | Description |
---|---|---|
data |
string[] | An array of logs to print |
setData |
function | An setState function of data |
This project is licensed under MIT.