1.1.0 • Published 6 years ago

wxml-tags v1.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

wxml-tags

List of standard WXML tags

Install

npm install wxml-tags

Usage

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 git@github.com:kimochg/wxml-tags.git
cd wxml-tags
node examples/

LICENSE

MIT © Cheng Liu