Haz @haz.dev · Oct 3

Nested collapsible panels that automatically open when you use the browser's Find in Page feature.

7 likes 1 replies

?

Replies

Haz · Oct 3

To achieve this, you can use either the native <details> element or a custom component that uses the hidden="until-found" attribute and the beforematch event.