Skip to content

gara501/react-info-card

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

React component react-info-card

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

Configurable Props

  1. buttonBackground: Link Button background color
  2. buttonLabelText: Link button text
  3. buttonTextColor: Link button text color
  4. buttonUrl: Link button URL
  5. category: Label text,
  6. componentBackgroundImage: Component background image
  7. labelBackground: Label background color
  8. labelTextColor: Label text color
  9. textContent: Component text content
  10. title: Component text title

Versions

  • 1.0.0 First Version
  • 1.0.2 Git publish process fixed

About

Card component NPM package

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published