chengcyber / wxml-tags

List of standard WXML tags

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

List of standard WXML tags

License:MIT License


Languages

Language:JavaScript 100.0%