Skip to content

chengcyber/wxml-tags

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published