template-hint
v1.0.8
Published
Displays XML errors in browser.
Downloads
6
Maintainers
Readme
template-hint
This project born from panic-overlay
A lightweight XML template hint.
Features
- Displays xml errors in browsers
How It Looks
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.
- jsDelivr: https://cdn.jsdelivr.net/npm/template-hint/build/template-hint.browser.js
- unpkg: https://unpkg.com/template-hint
<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