activity-widget icon indicating copy to clipboard operation
activity-widget copied to clipboard

Feature request: Add ability to use as JavaScript plugin without web component

Open nolimits4web opened this issue 5 years ago • 0 comments

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,
  // ...
})

nolimits4web avatar Oct 29 '20 11:10 nolimits4web