Components
Event List
Component that lists recorded events and reports the clicked event.
Installation
npm install @3deye-toolkit/react-event-listInclude 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
| prop | type |
|---|---|
| oEventClick | ((event: { id: number; startTime: Date; }) => void) |