Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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