npm.io
1.0.8 • Published 5 years ago

template-hint

Licence
MIT
Version
1.0.8
Deps
0
Size
98 kB
Vulns
0
Weekly
0
Stars
1

template-hint Build Status NPM

This project born from panic-overlay

A lightweight XML template hint.

Features

  • Displays xml errors in browsers

How It Looks

Template hint example

Installation

npm install template-hint
import templateHint from 'template-hint'; // should be the very first import in your app!

Using Without A Bundler

All-in-one browser bundle (batteries included), served from a CDN of your choice. Creates a global templateHint object.

<script src="https://unpkg.com/template-hint"></script>

Demos

Here's how you can find an example usage of template-hint with a webpack enviroment

git clone https://github.com/11joselu/template-hint.git
cd template-hint
npm install
Environment Run with Source folder
Webpack npm run demo-webpack-vanilla demo/webpack-vanilla
import templateHint from 'template-hint';

templateHint.validate(xml_template); // true or a toggle fn
TODO
  • Validate HTML template