Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

An icon that responds to focused and invalid events when slotted into an input such as paper-input.

Notifications You must be signed in to change notification settings

LssPolymerElements/titanium-responsive-icon

Repository files navigation

titanium-responsive-icon

Build status

Published on webcomponents.org

An icon that responds to focused and invalid events when slotted into an input such as paper input.

bower install --save titanium-responsive-icon

DEMO

    <paper-input>
      <titanium-responsive-icon icon="icons:alarm" slot="prefix"></titanium-responsive-icon>
    </paper-input>