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

Web Component Wrapper? #690

Open
markfortner opened this issue Aug 26, 2019 · 1 comment
Open

Web Component Wrapper? #690

markfortner opened this issue Aug 26, 2019 · 1 comment

Comments

@markfortner
Copy link

I was wondering if there were any plans for a web component wrapper? It would make it easier to integrate into a web page, bind to data models, and respond to events, as shown below.

<bio-pdb-list uniprot-id="1234" selected-pdb-id="{{selectedId}}"></bio-pdb-list>
<ngl-viewer pdb-id="[[selectedId]]"></ngl-viewer>

You would also be able to display a list of annotations for the protein, and potentially have it highlight the appropriate parts of the model whenever the user clicks on the annotations.

@MarcSkovMadsen
Copy link

+1. Because that would solve my issue in #1003.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants