0.1.4 • Published 7 years ago

daube-card v0.1.4

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

daube-card

A simple card --- material-influenced, vanilla js custom element.

Installation

npm install --save daube-card

This custom element requires the webcomponents-lite polyfill in order to work on all browsers

Please see webcomponents.org for more information about Polyfills

Import the custom element by:

<script src="./node_modules/daube-card/daube-card-compiled.js"></script>

Usage

Include the custom element in the html page

<daube-card></daube-card>

Options

The following options are available within the daube-card tag:

  1. cardcolor - cardcolor="rgba(255, 255, 255, 0.81)"
    • hexcodes OR rgb OR rgba
0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.1

7 years ago