@yetti-bytes/vue-remarkbox

1.0.1 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i @yetti-bytes/vue-remarkbox

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

21.2 kB

Total Files

9

Last publish

Collaborators

  • yetti-bytes