wc-react

React wrapper for web components

MIT License

Downloads
50.5K
Stars
32
Committers
4

Bot releases are hidden (Show)

wc-react - v0.5.1 Latest Release

Published by nmetulev about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/nmetulev/wc-react/compare/v0.5.0...v0.5.1

wc-react - v0.5.0

Published by nmetulev over 3 years ago

This release adds support for passing ref to the React component. The ref will be a reference to the underlying web component

wc-react - v0.4.0

Published by nmetulev over 3 years ago

This release adds the HTMLAttributes types to the wrapped React component so props like className and onClick are available in typescrypt. As part of this change, events such as onClick which start with on... are now also automatically converted to the appropriate event registration (click in this example).