EventsViewer
This component provides the Events Viewer with the options to select your display style and configuration options like pagination and number of events.
To get started with @splunk-eap/react-events-viewer:
Install
npm install @splunk-eap/react-events-viewer
Or
yarn add @splunk-eap/react-events-viewer
Make sure the following peer dependencies are installed in your project
"peerDependencies": {
"@splunk/react-icons": "^2",
"@splunk/react-ui": "^2",
"@splunk/themes": "^0.4.1",
"react": "^16.8",
"react-dom": "^16.8",
"styled-components": "^3 || ^4"
}