Request Log
API log in the Stripe register — status pill, method, mono path, latency; clicking a row unfolds its response body inline.
Request Log
API log in the Stripe register — status pill, method, mono path, latency; clicking a row unfolds its response body inline.
When to use it
Developer-facing logs where most rows need only a glance and a few need the full body. Unfolding inline keeps the reader in the list instead of pushing them into a detail view and back.
Install
Adds Request Log and its dependencies to your project through the shadcn CLI.
$ npx shadcn@latest add https://www.ssicevs.com/r/request-log.jsonProps · RequestLog
| Prop | Type | Default |
|---|---|---|
| logs? | LogRow[] | DEFAULT_LOGS |
| title? | string | "Request log" |
| caption? | string | "last hour" |
Generated from the component source. Run npm run props:extract after changing a signature.