1.0.4 • Published 4 years ago

vue-html-viewer v1.0.4

Weekly downloads
12
License
MIT
Repository
github
Last release
4 years ago

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

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago