@beysong/wxc-label

MinUI 小程序组件 - 标签

Usage no npm install needed!

<script type="module">
  import beysongWxcLabel from 'https://cdn.skypack.dev/@beysong/wxc-label';
</script>

README

wxc-label

MinUI 小程序组件 - 标签

Install

$ min install @minui/wxc-label

API

Label【props】

名称 描述
text String 文案设置
type String 显示类型。目前支持 fill、plain、corner,
对应实心标、镂空标、角标,默认值为 plain。
type-color String 类型配色。默认值 #FF5777
text-color String 文字配色。type="fill" 下生效,默认值 #FFFFFF

Link

||地址| |--|---| ||label 组件文档
https://meili.github.io/min/docs/minui/index.html#label
| ||label 组件源码
https://github.com/beysong/minui/tree/master/packages/wxc-label
| ||MinUI 组件库
https://github.com/meili/minui
|

Preview

label

ChangeLog

v1.0.2(2017.11.02)

  • update .npmignore

v1.0.1(2017.10.24)

  • 初始版本