0.1.0 • Published 6 years ago

@tinajs/weui.mina v0.1.0

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

weui.mina

:green_apple: The WeUI as mina single-file-component

npm license PRs Welcome

Warning

This project is very WIP, use at your own risk!

Installation

npm i --save @tinajs/weui.mina

Usage

<config>
{
  "usingComponents": {
    "weui-button": "~@tinajs/weui.mina/lib/button"
  }
}
</config>

<template>
  <view>
    <weui-button size="mini">Button</weui-button>
  </view>
</template>

Relateds

License

MIT © yelo, 2018 - present

npm.io