An open API service indexing awesome lists of open source software.

https://github.com/ibraabukaff/react-event-list

React js Notification Listing, event listing, with clear button
https://github.com/ibraabukaff/react-event-list

event-logger event-logs listview react reactjs

Last synced: 3 months ago
JSON representation

React js Notification Listing, event listing, with clear button

Awesome Lists containing this project

README

        

# react-event-list
React js Notification Listing, event listing, with clear button

How to install ?



yarn add react-event-list

Example:

![https://imgur.com/a/R2TlRt4](./example-pics/ss1.png)

How to use it ?

```

import React, {Component} from "react";
import {EventLogList} from "react-event-list";

class App extends Component {
render() {
return (




);
}
}

export default App;

```