1.1.30 • Published 4 years ago

@smt-ui/component-gov v1.1.30

Weekly downloads
35
License
ISC
Repository
-
Last release
4 years ago

组件名称

gov-component

解释:

列表组件基本介绍

属性说明:

属性名类型必填默认值说明
alignstringtrue-小程序应用 ID
hoverbooleanfalse--

代码示例

swan:

<view><custom-switch /><custom-switch value=’{{switch}}' bindonChange='onChange'></custom-switch><custom-switch value=’{{switch}}' bindonChange='onChange'><span slot='open'>开</span><span slot='close'>关</span></custom-switch><custom-switch disabled=’{{disabled}}' /><custom-switch loading value /><custom-switch loading /></view>

js:

Page({onChange: () => {}})

css:

custom-switch {color: #f00}