LogViewer
LogViewer Component
Playground
Props
| Prop | Type | Default | Value |
|---|---|---|---|
| maxHeight | text | — | |
| showTimestamp | boolean | — | |
| autoScroll | boolean | — |
Default
ManyLogs
WithAutoScroll
| PROP | TYPE | DEFAULT | DESCRIPTION |
|---|---|---|---|
autoScroll | boolean | — | Auto scroll to bottom |
maxHeight | text | — | Max height |
showTimestamp | boolean | — | Show timestamps |
Using LogViewertsx
import { LogViewer } from '@/components/LogViewer'
<LogViewer
maxHeight="..."
showTimestamp="..."
autoScroll="..."
/>Tokens Used
No design tokens detected