Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Latest commit

 

History

History
19 lines (15 loc) · 799 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 799 Bytes

simple-input

This element was discussed in the Evolving the Next Generation of Polymer Elements given at the Polymer Summit 2017.

It is a super-duper experimental minimalistic remake of the paper-input element.

Highlights

  • small: builds on top of a small base class called SimpleElement which itself uses Polymer's PropertyAccessors mixin.
  • uses decorator pattern to keep input and label in element light dom, making them easily configurable.
  • basic Material Design look and feel
  • support for error indicator and customizable message

Known Issues

  • works only in Safari/Canary due to usage of modules
  • styling currently not x-browser compatible