vue-html-viewer

1.0.4 • Public • Published

vue-html-viewer

Setup

In order to add the package to your application, install it with npm

npm install vue-html-viewer --save

and then include it in your Vue component like this

import HtmlPreview from 'vue-html-viewer';

How to use

The HtmlPreview component uses Slots in order to render your HTML. To use the component, simply import it in your Vue Component and then provide the respective HTML like this

<HtmlPreview>
 <div class="input">
      <a>Hello</a>
  </div>
</HtmlPreview>

The visual representation will be the following:

Image of the HTML viewer

You can view the HTML via the Switch button

Image of the HTML viewer

Readme

Keywords

none

Package Sidebar

Install

npm i vue-html-viewer

Weekly Downloads

12

Version

1.0.4

License

MIT

Unpacked Size

18.3 kB

Total Files

11

Last publish

Collaborators

  • todorivanov