This project born from panic-overlay
A lightweight XML template hint.
- Displays xml errors in browsers
npm install template-hint
import templateHint from 'template-hint'; // should be the very first import in your app!
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>
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
- Validate HTML template