Skip to content

lvl99wzrd/orbis-chat-support

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OrbisChatSupport

Decentralized social modules created with the Orbis SDK

Install

npm install --save vue-orbis-chat-support

Global Usage

On your main.js file

import { createApp } from "vue";
import App from "./App.vue";
import VueOrbisChatSupport from "vue-orbis-chat-support";
import "vue-orbis-chat-support/styles.css";

const app = createApp(App);

app.use(VueOrbisChatSupport);

app.mount("#app");

On your component file

<template>
  <div>
    <OrbisChatSupport
      context="kjzl6cwe1jw147b42j1yjoxyzrzeg3czq5mjm1lrmg5eeq43yutje3f2s0s2n5h"
      poweredByOrbis="black"
    />
  </div>
</template>

Local Usage

<script setup>
import { OrbisChatSupport } from "vue-orbis-chat-support";
import "vue-orbis-chat-support/styles.css";
</script>

<template>
  <div>
    <OrbisChatSupport
      context="kjzl6cwe1jw147b42j1yjoxyzrzeg3czq5mjm1lrmg5eeq43yutje3f2s0s2n5h"
      poweredByOrbis="black"
    />
  </div>
</template>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published