PropertyDelegationBuilder
The builder is bundled in the NPM package @tmorin/ceb-elements-builders.
The builder delegates the accesses of a property to an embedded element.
Challenge yourself
Will you be able to ...
- delegate the property
value
to the attributeplaceholder
of theinput
? - delegate the property
frozen
to the propertydisabled
of theinput
?
See the Pen <ceb/> ~ challenge/PropertyDelegationBuilder by Thibault Morin (@tmorin) on CodePen.