1.4.4 • Published 4 years ago

@splunk-eap/react-events-viewer v1.4.4

Weekly downloads
1
License
SEE LICENSE IN LI...
Repository
-
Last release
4 years ago

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"
}