Card component developed with React. To run examples locally run npm install npm start
To use it in your project npm install react-info-card --save
Include it as reference var ReactInfoCard = require('react-info-card');
In ES6 import ReactInfoCard, { Component } from 'react-info-card'; Example
- buttonBackground: Link Button background color
- buttonLabelText: Link button text
- buttonTextColor: Link button text color
- buttonUrl: Link button URL
- category: Label text,
- componentBackgroundImage: Component background image
- labelBackground: Label background color
- labelTextColor: Label text color
- textContent: Component text content
- title: Component text title
- 1.0.0 First Version
- 1.0.2 Git publish process fixed