/x-ahomu

I'm ahomu

MIT LicenseMIT

<x-ahomu>

A Polymer element. My name is ahomu.

Demo

Check it live.

Installation

Install using Bower:

 bower install x-ahomu

Usage

  1. Import Web Components' polyfill (platform.js)

    <script src="//cdnjs.cloudflare.com/ajax/libs/polymer/0.2.0/platform.js"></script>
  2. Import Custom Element:

    <link rel="import" href="x-ahomu.html">
  3. Start using it!

    <x-ahomu></x-ahomu>

Options

Attribute Options Default Description
color string green Face color

Examples:

<x-ahomu color="rainbow"></x-ahomu>

Wow Rainbow!!

License

MIT License