@yetti-bytes/vue-remarkbox
v1.0.1
Published
Display Remarkbox comments on your site.
Downloads
3
Readme
vue-remarkbox
A Vue.js 2 component to display Remarkbox comments on your site.
Dependencies
This component depends on iframe-resizer to resize Remarkbox's iframe once it loads. Please make sure to install that library also.
Installation
npm i @yetti-bytes/vue-remarkbox
or
yarn add @yetti-bytes/vue-remarkbox
Browser
<script type="text/javascript" src="node_modules/vuejs/dist/vue.min.js"></script>
<script type="text/javascript" src="node_modules/vue-remarkbox/dist/vue-remarkbox.esm.js"></script>
<script type="text/javascript">
Vue.use(VueRemarkbox);
</script>
Module
import VueRemarkbox from '@yetti-bytes/vue-remarkbox';
Usage
Once installed, include the component in your template:
<vue-remarkbox :remarkbox-key="[your key]">
Props
remarkbox-key
is required. You should know what this is...
Thanks
vue-sfc-rollup - CLI templating utitlity that scaffolds a minimal npm ready Vue SFC setup.