Info Cards - Material
The Info Card
component helps you to simply create a beautiful card displaying data in an interesting way.
Demo
Salary
Belong Interactive+$2000
Props Information
Name | Type | Default | Description |
---|---|---|---|
icon* | ['String', 'Object'] | ['component', 'background'] | icon as a string allows to set an icon while as an object allows to set the icon component and icon background color as well. It is a required prop. |
title* | String | title is used to set the title of the DefaultInfoCard component. It is a required prop. | |
description | String | description is used to set the description of the DefaultInfoCard component. | |
value | ['String', 'Number'] | value used to set the value of DefaultInfoCard . |