activity-widget
activity-widget copied to clipboard
Feature request: Add ability to use as JavaScript plugin without web component
We probably need to provide a way to integrate widget without using web-component with just a plain JavaScript plugin.
Example of usage:
import createActivity from '@codersrank/activity/plugin';
createActivity({
el: '.some-element',
legend: true,
labels: true,
// ...
})