We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Can you host a html page that imports all components so I can put in my jsbin template.
<script src="https://www.polymer-project.org/components/webcomponentsjs/webcomponents.js"</script> <link href="https://www.polymer-project.org/components/all-of-them/all-of-them.html" rel="import">
I waste to much time importing stuff when I want to test something quickly in jsbin. And it also clutters my test code.
The text was updated successfully, but these errors were encountered:
aa wait I think I found what I was looking for :) https://www.polymer-project.org/components/core-elements/core-elements.html https://www.polymer-project.org/components/paper-elements/paper-elements.html never mind
Sorry, something went wrong.
No branches or pull requests
Can you host a html page that imports all components so I can put in my jsbin template.
I waste to much time importing stuff when I want to test something quickly in jsbin. And it also clutters my test code.
The text was updated successfully, but these errors were encountered: