Skip to content

pubnub/polymer-pubnub-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PubNub Chat Polymer Element

<!DOCTYPE html>
<html>
<head>
    <script src="bower_components/platform/platform.js"></script>
    <link rel="import" href="elements/pubnub-chat.html">
</head>
<body>

    <!-- =-=-=-=-=-=-=-=-=-= -->
    <!-- PubNub Chat Element -->
    <!-- =-=-=-=-=-=-=-=-=-= -->
    <pubnub-chat
          publish-key="demo"
        subscribe-key="demo"
             presence="User {action}: {uuid}"
            chat-room="seahorse-flavor"
           auto-focus="true"
    ></pubnub-chat>

</body>
</html>

Releases

No releases published

Packages

No packages published