You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm now aiming to make the viewer component embeddable as a native web component. That is, a component with the <libcrowds-viewer> tag that can be imported into any HTML page, not just Vue applications. This provides a fun exploration into a new technology and would allow us to do things like embed the viewer, with demo tasks, into blog posts.
However, we could go a step further than that. By writing a further wrapper around the LibCrowds viewer component we can foresee a system where the projects themselves can be embedded. We could anyone could add <libcrowds-viewer project="76"> onto their own webpage, via which we would receive contributions just as we do now. Ok, it might not happen much but the concept is pretty cool 😄
The text was updated successfully, but these errors were encountered:
I'm now aiming to make the viewer component embeddable as a native web component. That is, a component with the
<libcrowds-viewer>
tag that can be imported into any HTML page, not just Vue applications. This provides a fun exploration into a new technology and would allow us to do things like embed the viewer, with demo tasks, into blog posts.LibCrowds/libcrowds-viewer#326
However, we could go a step further than that. By writing a further wrapper around the LibCrowds viewer component we can foresee a system where the projects themselves can be embedded. We could anyone could add
<libcrowds-viewer project="76">
onto their own webpage, via which we would receive contributions just as we do now. Ok, it might not happen much but the concept is pretty cool 😄The text was updated successfully, but these errors were encountered: