RizzyUI

Event Viewer

RzEventViewer displays browser events in a compact log. Entries stay single-line while collapsed and can be expanded inline to inspect the full payload.

Example

Dispatch the demo event to add entries. Click any row to expand the payload. The viewer keeps one expanded row at a time.

Event Viewer
Source
<RzButton x-on:click="$dispatch('rz:event-viewer:demo', { user: { id: 42, name: 'Dana' }, action: 'opened', tags: ['docs', 'viewer'], details: { source: 'demo-page', success: true } })">
    Dispatch Demo Event
</RzButton>

<RzEventViewer EventName="rz:event-viewer:demo" />