Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vdegenne/composed-query-selector

Like document.querySelectorAll but shadow-dom see-through
https://github.com/vdegenne/composed-query-selector

Last synced: about 2 months ago
JSON representation

Like document.querySelectorAll but shadow-dom see-through

Awesome Lists containing this project

README

        

# composed-query-selector

Like document.querySelector[All] but shadow-dom see-through

## Usage

```ts
import {querySelectorAll} from 'composed-query-selector';

const customElements = querySelectorAll(
'custom-elements-in-other-custom-elements',
);
```

## Installation

```bash
npm i -D composed-query-selector
```