chuckh / polymer-quill

Polymer Quill Rich Text Editor
51 stars 29 forks source link

Not working in chrome #30

Open sudipta1411 opened 6 years ago

sudipta1411 commented 6 years ago

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=&quot;//proplanr.com&quot; target=&quot;_blank&quot;>proplanr.com</a></h2>"></polymer-quill>
</body>

And this is the output.

screenshot from 2018-01-22 15-46-21

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.

derhuebiii commented 6 years ago

Did you install with bower and with it all dependencies? Looks like something could be missing there.