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
- Host: GitHub
- URL: https://github.com/ibraabukaff/react-event-list
- Owner: ibraAbuKaff
- License: mit
- Created: 2018-05-06T10:14:43.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-06T10:22:45.000Z (about 7 years ago)
- Last Synced: 2024-12-18T06:23:34.929Z (5 months ago)
- Topics: event-logger, event-logs, listview, react, reactjs
- Language: JavaScript
- Size: 148 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-event-list
React js Notification Listing, event listing, with clear buttonHow to install ?
yarn add react-event-listExample:

How to use it ?
```
import React, {Component} from "react";
import {EventLogList} from "react-event-list";class App extends Component {
render() {
return (
);
}
}export default App;
```