Simple React card component
npm install react-simple-card 
Simple, easy to use and flexible cards in React.
```
npm install --save react-simple-card
The simplest example.
`js
import React from 'react';
import { render } from 'react-dom';
import { Card, CardHeader, CardBody, CardFooter } from 'react-simple-card';
const App = () => (
);
render(
`
The simplest example with the instead of .
`js
import React from 'react';
import { render } from 'react-dom';
import { Card, CardHeader, CardBody, CardFooter } from 'react-simple-card';
const App = () => (
);
render(
`
| Property | Type | Description |
| :---------- | :------- | :------------------------------------------------------------------------------------------------------------------------------------------------- |
| children | Function | Allows to nest any components inside component. This is the place where to , , , . |bgColor
| | String | Allows to change the default #fff background. |fontColor
| | String | Allows to change the default #000 font color by passing a new value. |style
| | Object | Allows to pass an object of CSS styles, to update or overwrite the default ones. |className
| | String | Allows to pass extra class names to the component. |
| Property | Type | Description |
| :---------- | :------- | :------------------------------------------------------------------------------------------------------------------------------ |
| children | Function | Allows to render child elements inside the component. Perfect section to place , , , etc tags. |style
| | Object | Allows to pass an object of CSS styles, to update or overwrite the default ones. |className
| | String | Allows to pass extra class names to the component. |
| Property | Type | Description |
| :---------- | :----- | :------------------------------------------------------------------------------- |
| imageSrc | String | Allows to pass the image URL which will be rendered inside the component. |style
| | Object | Allows to pass an object of CSS styles, to update or overwrite the default ones. |className
| | String | Allows to pass extra class names to the component. |
| Property | Type | Description |
| :---------- | :------- | :------------------------------------------------------------------------------------------------------------- |
| children | Function | Allows to render child elements inside the style
| | Object | Allows to pass an object of CSS styles, to update or overwrite the default ones. |className
| | String | Allows to pass extra class names to the component. |
| Property | Type | Description |
| :---------- | :------- | :------------------------------------------------------------------------------- |
| children | Function | Allows to render child elements inside the style
| | Object | Allows to pass an object of CSS styles, to update or overwrite the default ones. |className` | String | Allows to pass extra class names to the component. |
|
MIT License
Copyright (c) 2019 Edvins Antonovs.