Skip to content

diegogurgel/custom-card

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

custom-card

Simple and responsive web component for create cards, like profile cards, but also create, for instance, project cards, github profile cards, social cards

###Example image

###Install Using Bower:

1.Install platform.js:

$bower install polymer-platform

2.Install custom card:

$bower install custom-card

3.Place the following in the head:

<script type="text/javascript" src="bower_components/polymer-platform/platform.js"></script>
<link rel="import" href="bower_components/custom-card/custom-card.html"/>

##Using

<custom-card></custom-card>

####Options

Attribute type
title text
icon URI
h number
attributes text - comma separated values
back text

###Browser suport

IE Chrome Firefox Opera Safari
Latest ✔ Latest ✔ Latest ✔ Latest ✔ Latest ✔

Releases

No releases published

Packages

No packages published

Languages