๐กhide components until defined
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
browser โฉ web components โฉ hide components
/* make <search-box> invisible before defined */
search-box:not(:defined) {
opacity: 0;
/* try to duplicate its eventual layout and size so that */
/* nearby content does not move when it becomes defined. */
display: inline-block;
width