Skip to content

Style Handling and React forwardRef

Latest
Compare
Choose a tag to compare
@BBKolton BBKolton released this 08 Jul 19:11
· 4 commits to master since this release

Breaking Changes

Properties listed as style are now correctly injected as React style objects. You can now style your web components! Additionally, the ref now refers directly to the HTML web component, and not the React component. You may need to update your ref logic if you're it.

New Features

Stylish 😎

Use the React style functionality to correctly style your components. See the updated README for an example

Special Thanks

Thanks to @leifriksheim for their style and forward ref PR