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
Name | Type | Default | Description |
---|---|---|---|
icon | 'component''size''color' | Used to set the icon . It can be string or an object. As an object it accepts the following keys:
| |
image | 'component''class' | Used to set the DefaultInfoCard 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:
| |
description* | 'text''class' | Used to set the DefaultInfoCard description. It can be a string or an object. As an object accepts the following keys:
| |
col | string | col-md-6 | Used 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 usProps Information
Name | Type | Default | Description |
---|---|---|---|
color | 'text''background' | background: bg-gray-100 | Used to set the FilledInfoCard text and background color. |
icon | 'component''color' | Used to set the icon . It accepts the following keys:
| |
title* | string | Used to set the FilledInfoCard title. It is a required prop. | |
description* | string | Used to set the FilledInfoCard description. It is a required prop. | |
action* | object | Used to set the FilledInfoCard action button. It accepts the following keys:
|
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
Name | Type | Default | Description |
---|---|---|---|
direction | string | text-start | Used to set the SimpleInfoCard text direction. |
variant | 'contained''gradient' | gradient | Used to set the SimpleInfoCard color variant. |
color | 'primary''secondary''info''success''warning''danger''error''light''dark' | success | Used 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:
| |
size | string | md | Used to set the SimpleInfoCard icon size. |
title* | string | Used to set the SimpleInfoCard title. It is a required prop. | |
description* | string | Used to set the SimpleInfoCard description. It is a required prop. |