Skip to content

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

@nolimits4web

Description

@nolimits4web

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions