webcomponents / react-integration

Converts web components into React components so that you can use them as first class citizens in your React components.
MIT License
306 stars 31 forks source link

Accessing native element #68

Open eavichay opened 6 years ago

eavichay commented 6 years ago

Currently there is no direct access to the native custom element, even via refs. The API exposes a way to reach the element itself to retrieve values, attributes, etc.

stevemao commented 6 years ago

What's the use-case of this one?

eavichay commented 6 years ago

ping?