You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
eoussama
changed the title
Ability to reference parent elements for the sake of reusability.
Ability to reference parent/sibling elements for the sake of reusability.
Dec 6, 2018
In some cases, you'd want to reuse another element in a said skeleton, be it somewhere on the DOM or part of the same hierarchy object.
We should be able to reference other elements without having to copy all the code again, after all, Temme exists to solve problems like that.
Things to consider:
Being able to reference already existing elements outside of the hierarchy's scope.Suggested syntax:
The output:
The text was updated successfully, but these errors were encountered: