n3ps / vue-html-test-page

Quickly see how your site renders common html elements

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue-html-test-page

npm version

Quickly see how your application renders common html elements:

  • Headings
  • Formatting Elements
  • Lists
  • Tables
  • Forms

Install

$ npm install vue-html-test-page

Usage

import TestPage from 'vue-html-test-page'

Vue.use(TestPage)

Then render the test page markup from any Vue file

<html-test-page />

Credits

Test page markup from Tania Rascia's HTML5 test page for Primitive

About

Quickly see how your site renders common html elements


Languages

Language:Vue 98.2%Language:JavaScript 1.8%