wxml-tags
v1.1.0
Published
List of standard WXML tags
Downloads
6
Readme
wxml-tags
List of standard WXML tags
Install
npm install wxml-tagsUsage
const wxmlTags = require('wxml-tags')
console.log(wxmlTags)
// [ 'view', 'scroll-view', ... ]void tags
const voidWxmlTags = require('wxml-tags/void');
console.log(voidWxmlTags)
// ['icon', 'progress', ... ]Test in local
git clone [email protected]:kimochg/wxml-tags.git
cd wxml-tags
node examples/LICENSE
MIT © Cheng Liu
