Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
nolimits4web opened this issue Oct 29, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@nolimits4web
Copy link
Contributor

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 nolimits4web added the enhancement New feature or request label Oct 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant