FieldBuilder
The builder is bundled in the NPM package @tmorin/ceb-elements-builders.
The builder binds a property to an attribute. So that, the value is available and mutable from both sides.
Challenge yourself
Will you be able to ...
- display
Hello, John Doe!
just setting the propertyname
? - change the attribute name to
alt-name
without changing the property name?
See the Pen <ceb/> ~ challenge/FieldBuilder by Thibault Morin (@tmorin) on CodePen.