use-prop-proxy
Share values from the scope via setter and getters
allows to create a setter and getter for a property of the webcomponent, this is useful for:
Reflect elements internal to the scope as part of the instance, example references.
Observe from the scope the mutations external to Atomico.
Example
Last updated