Package Exports
- @polymer/paper-behaviors/paper-button-behavior
- @polymer/paper-behaviors/paper-button-behavior.js
- @polymer/paper-behaviors/paper-checked-element-behavior.js
- @polymer/paper-behaviors/paper-inky-focus-behavior.js
- @polymer/paper-behaviors/paper-ripple-behavior.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@polymer/paper-behaviors) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
##Polymer.PaperCheckedElementBehavior
Use Polymer.PaperCheckedElementBehavior to implement a custom element
that has a checked property similar to Polymer.IronCheckedElementBehavior
and is compatible with having a ripple effect.
##Polymer.PaperInkyFocusBehavior
Polymer.PaperInkyFocusBehavior implements a ripple when the element has keyboard focus.
##Polymer.PaperRippleBehavior
Polymer.PaperRippleBehavior dynamically implements a ripple
when the element has focus via pointer or keyboard.
NOTE: This behavior is intended to be used in conjunction with and after
Polymer.IronButtonState and Polymer.IronControlState.