Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chengcyber/wxml-tags

List of standard WXML tags
https://github.com/chengcyber/wxml-tags

tags wechat wxml

Last synced: 27 days ago
JSON representation

List of standard WXML tags

Awesome Lists containing this project

README

        

# 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 [email protected]:kimochg/wxml-tags.git
cd wxml-tags
node examples/
```

## LICENSE

MIT © [Cheng Liu](https://github.com/kimochg)