Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 481 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 481 Bytes

<uf-image>

TODO: Write a project description

Usage

  1. Install the component using Bower:

    $ bower install uf-image --save
  2. Import Web Components' polyfill:

    <script src="bower_components/platform/platform.js"></script>
  3. Import Custom Element:

    <link rel="import" href="bower_components/uf-image/uf-image.html">
  4. Start using it!

    <uf-image></uf-image>