opencomponents / oc-client-browser

The OpenComponents Browser client
MIT License
6 stars 8 forks source link

Render non jquery components #73

Closed ricardo-devis-agullo closed 3 years ago

ricardo-devis-agullo commented 3 years ago

This allows for oc.renderNestedComponents to be called with normal HTML elements without having to wrap it yourself into a jquery object. This is the first step into being able to remove jQuery as a dependency, which is to allow consumers to not have to use it either. This doesn't break anything, as the current flow works the same.