Info Cards

The Info Cards components helps you to simply create beautiful cards for display less amount of data.


Default Info Card

public
Fully integrated

We get insulted by others, lose trust for those We get back freezes

Props Information

NameTypeDefaultDescription
icon'component''size''color'Used to set the icon. It can be string or an object. As an object it accepts the following keys:
  1. component used to set the icon name.
  2. size used to set the icon size.
  3. color used to set the icon color.
image'component''class'Used to set the DefaultInfoCard image.
  1. component used to set the image.
  2. class used to apply custom class to the image.
title*'text''class'Used to set the DefaultInfoCard title. It can be a string or an object. As an object accepts the following keys:
  1. text used to set the title text.
  2. class used to apply custom class to the title.
It is a required prop.
description*'text''class'Used to set the DefaultInfoCard description. It can be a string or an object. As an object accepts the following keys:
  1. text used to set the description text.
  2. class used to apply custom class to the description.
It is a required prop.
colstringcol-md-6Used to set custom numer of columns to the DefaultInfoCard component.

Filled Info Card

shuffle
Netflix's 'Shuffle Play' feature

The Arctic Ocean freezes every winter and much of the sea-ice then thaws every summer, and that process will continue whatever.

More about us

Props Information

NameTypeDefaultDescription
color'text''background'background: bg-gray-100Used to set the FilledInfoCard text and background color.
icon'component''color'Used to set the icon. It accepts the following keys:
  1. component used to set the icon name.
  2. color used to set the icon color.
title*stringUsed to set the FilledInfoCard title. It is a required prop.
description*stringUsed to set the FilledInfoCard description. It is a required prop.
action*objectUsed to set the FilledInfoCard action button. It accepts the following keys:
  1. Required label of type object with text and colorkeys
  2. Required route of type string.

Simple Info Card

Pro
payment
Modular Components

The Arctic Ocean freezes every winter and much of the sea-ice then thaws every summer, and that process will continue whatever.

Props Information

NameTypeDefaultDescription
directionstringtext-startUsed to set the SimpleInfoCard text direction.
variant'contained''gradient'gradientUsed to set the SimpleInfoCard color variant.
color'primary''secondary''info''success''warning''danger''error''light''dark'successUsed to set the SimpleInfoCard text and background color.
icon*'component''color'Used to set the icon. It can be a string or an object. It accepts the following keys:
  1. component used to set the icon name.
  2. color used to set the icon color.
It is a required prop.
sizestringmdUsed to set the SimpleInfoCard icon size.
title*stringUsed to set the SimpleInfoCard title. It is a required prop.
description*stringUsed to set the SimpleInfoCard description. It is a required prop.