skills-chart-widget icon indicating copy to clipboard operation
skills-chart-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
trafficstars

We probably need to provide a way to integrate widget without using web-component with just a plain JavaScript plugin.

Example of usage:

import createSkillsChart from '@codersrank/skills-chart/plugin';

createSkillsChart({
  el: '.some-element',
  skills: ['JavaScript', 'TypeScript'],
  // ...
})

nolimits4web avatar Oct 29 '20 11:10 nolimits4web