3dEYE Toolkit
Components

Event List

Component that lists recorded events and reports the clicked event.

Installation

npm install @3deye-toolkit/react-event-list

Include CSS styles provided by package:

import '@3deye-toolkit/react-event-list/dist/react-event-list.css';

Import event list component

import EventList from '@3deye-toolkit/react-event-list';

Props

proptype
oEventClick((event: { id: number; startTime: Date; }) => void)

Demo

On this page