Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bogas04/react-pretty-log
📜 React Component to show a list of items
https://github.com/bogas04/react-pretty-log
Last synced: about 2 months ago
JSON representation
📜 React Component to show a list of items
- Host: GitHub
- URL: https://github.com/bogas04/react-pretty-log
- Owner: bogas04
- Created: 2015-12-05T19:44:57.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-05T20:42:03.000Z (about 9 years ago)
- Last Synced: 2023-03-23T05:26:55.635Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 204 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pretty Log
A simple React Component to have pretty change log descriptor images.# Usage
```jsx
ReactDOM.render(, document.getElementById('root'));
```# Attributes
* _items_ List of items to form bubble from.
* _classes_ List of classes (space separated string) you want to add per bubble. For example `col-md-4` for 3 cards using bootstrap.
* _size_ Size of images. For example `200px`.
* _color_ Prominent color of the bubbles
* _font_ Font for the text# Screenshot
![Screenshot](https://raw.githubusercontent.com/bogas04/react-pretty-log/master/docs/image.png)# Status
* [ ] Find a way to keep it as customizable as possible
* [x] Create a basic version with only one style