question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Custom Component Support

See original GitHub issue

Hello again.

I intend on using this InputTag component: https://www.npmjs.com/package/vue-input-tag

I have added the name to the config.

config: {
        components: {
          'InputTag':InputTag
        },
}

But I don’t know how to get this to work.

Any suggestion?

Thanks.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:9 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
KlausSchaeferscommented, May 19, 2021

Thanks for the kind works. I also appreciate that you put all the effort in helping me fix those issues. I saw your latest updates, the page look very good! Honestly, I am a bit surprised how good the transformation 😄. If you are done with your project, we could maybe write a short article to advertise the project a little?

I will add in one of the next release some ‘auto-wrapping’ that should make it easier to include custom components.

0reactions
KlausSchaeferscommented, May 21, 2021

Very nice! And hype to hear that you benefit from the tool!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Using custom elements - Web Components | MDN
The controller of custom elements on a web document is the CustomElementRegistry object — this object allows you to register a custom element...
Read more >
Custom Elements (V1) | Can I use... Support tables for HTML5 ...
Custom Elements (V1). - LS. One of the key features of the Web Components system, custom elements allow new HTML tags to be...
Read more >
Custom Elements Everywhere
Angular components can listen to native DOM events dispatched from Custom Elements. It supports all styles of events (lowercase, camelCase, kebab-case, etc).
Read more >
Build a custom component - Google Web Designer Help
Custom components are implemented in Google Web Designer as custom elements. A custom element is an HTML element type that you define with...
Read more >
Writing Custom Components | Prismatic Docs
NodeJS Version Support: While many versions of NodeJS may work for component development, we recommend using the latest LTS (long-term support) version of ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found