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
This is my code.
<!doctype html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, minimum-scale=1.0, user-scalable=yes"> <link rel="import" href="bower_components/webcomponentsjs/webcomponents-lite.js"> <link rel="import" href="bower_components/polymer-quill/polymer-quill.html"> <link rel="import" href="bower_components/polymer/polymer.html"> </head> <body> <polymer-quill id="demo2" store-as="html" content="<h2>Hello World! - Store as HTML - <a href="//proplanr.com" target="_blank">proplanr.com</a></h2>"></polymer-quill> </body>
And this is the output.
Can someone please tell me what is it that I have done wrong? On a closer look, I have found that no element has its proper style.
The text was updated successfully, but these errors were encountered:
Did you install with bower and with it all dependencies? Looks like something could be missing there.
Sorry, something went wrong.
No branches or pull requests
This is my code.
And this is the output.
Can someone please tell me what is it that I have done wrong? On a closer look, I have found that no element has its proper style.
The text was updated successfully, but these errors were encountered: