react-pretty-log
v1.0.0
Published
A react component to display pretty change log descriptors
Downloads
1
Readme
Pretty Log
A simple React Component to have pretty change log descriptor images.
Usage
ReactDOM.render(<PrettyLog items = {[
{ title: "Cleaner UI", image: "1.png" },
{ title: "Charts for better data representation", image: "2.png" },
{ title: "Responsive UI, no more scrolling!", image: "3.png" }
]} size = '200px' />, 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
Status
- [ ] Find a way to keep it as customizable as possible
- [x] Create a basic version with only one style