App Color Card Custom Element

Display Nice Color Cards of Your Metrics. An example of using <app-color-card></app-color-card>:

How to Use:

Install via Bower:

bower install app-color-card

Then add to your page:

<app-color-card></app-color-card>

customizations:

You can customize your element by adding several attributes, such as:

<app-color-card color="#44B6AE" card_title="45,454" description="orders" icon="fa-shopping-cart" view_more view_more_link="#_"></app-color-card>

Here is a brief description of each of these attributes

color="#44B6AE" Inlucde a Hex Value Color code as the background of your element

card_title="45,454" This is the main title in your color card

description="orders" This is the description underneath the title

icon="fa-shopping-cart" This is the icon that will be shown on the card. Uses FontAwesome Fonts

view_more Include this attribute to show the view_more button (default: false)

view_more_link="#_" The URL to the view_more button