0.1.4 • Published 5 years ago

resell-select v0.1.4

Weekly downloads
10
License
MIT
Repository
github
Last release
5 years ago

Resell Select

Query a react component tree using CSS selectors.

WARNING: Currently this relies on internal React properties, so it's very unstable.

Usage

const select = mkSelect()
const root = document.getElementById('root') // the root node where your react instance is mounted to
const node = select.fromRoot(root)

node.query('SomeComponent[property="something"]')
0.1.4

5 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago