Behaviors that manage control states like 'focused', 'disabled', and 'active'
HTML
14
21
No license
`<iron-behaviors>` provides reusable behaviors for managing control states like 'focused', 'disabled', and 'active' in Polymer web components. It's designed for Polymer developers who need consistent state management across interactive elements. The behaviors can be mixed into custom elements to easily implement common UI states and interactions.
Total donated
Undistributed
Share with your subscribers:
Recipients
How the donated funds are distributed
Support the dependencies of polymerelements/iron-behaviors
The Polymer library makes it easy to create your own web components. Give your element some markup and properties, and then use it on a site. Polymer provides features like dynamic templates and data binding to reduce the amount of boilerplate you need to write