I love working with custom elements for all kinds of things, but sometimes I just want to hide stuff until it is loaded or do something else with it in CSS.
A simple solution looks like this:
framework-button:not(:defined) { display: none }
Put that in a