🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@beysong/wxc-list

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@beysong/wxc-list

列表组件 - 小程序组件

latest
Source
npmnpm
Version
1.0.15
Version published
Maintainers
1
Created
Source

wxc-list

列表组件 - 小程序组件

Install

$ min install @minui/wxc-list

API

List

名称描述
title[说明]:列表项左侧的标题。
[类型]:String
[默认值]:""
detail[说明]:标题下方的的详细描述。
[类型]:String
[默认值]:""
desc[说明]:列表项右侧的描述。
[类型]:String
[默认值]:""
src[说明]:标题前面的图标,自定义图片链接。优先级高于 icon
[类型]:String
[默认值]:""
icon[说明]:标题前面的图标,类型见 wxc-icon 组件。
[类型]:String
[默认值]:""
icon-color[说明]:标题前面的icon图标颜色,同 icon 一同使用。
[类型]:String
[默认值]:#ff5077
dot[说明]:右侧描述部分前面的提醒红点。
[类型]:Boolean
[默认值]:false
dot-color[说明]:右侧描述部分前面的提醒红点颜色,与 dot 一同使用。
[类型]:String
[默认值]:#f5123e
arrow[说明]:是否显示箭头。
[类型]:Boolean
[默认值]:true
mode[说明]:列表项边框模式。
[类型]:String
[可选值]:normal,有下边框;none,无边框。
[默认值]:normal
bind:click[说明]:点击列表项时触发的事件。组件带 slot 时给组件添加原生事件后点击到 slot 时会报错,故增加自定义事件避免此错误。

ChangeLog

v1.0.0(2018-3-29)

  • 初始版本

FAQs

Package last updated on 21 Sep 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts