Skip to content

ebidel/select-y

Repository files navigation

<select-y>

A web component for a Clippy-like helper :)

By Eric Bidelman.

Demo

Check it live

Install

Run bower:

$ bower install ebidel/select-y

Usage

  1. Import platform Web Component polyfills:

    <script src="bower_components/platform/platform.js"></script>
  2. Import the element:

    <link rel="import" href="bower_components/select-y/selecty.html">
  3. Start using it!

    <select-y></select-y>