Skip to content

Latest commit

 

History

History
65 lines (42 loc) · 1.6 KB

README.md

File metadata and controls

65 lines (42 loc) · 1.6 KB

Weex Components

copyright: the real author and init committer of these components is @luics and @jinjiang transfer them from https://github.com/alibaba/weex

A group of simple and useful components for Weex. See examples for more details.

Reference:

Button

wxc-button

  • Attributes:

    • type, default | primary | success | info | warning | danger | link
    • size, large | middle | small
    • value
  • Event:

    • click
  • Example:

Panel

wxc-panel

  • Attributes:

    • type, default | primary | success | info | warning | danger
    • title
    • border, number
  • Example:

Hn

wxc-hn

  • Attributes:

    • level, 1 | 2 | 3
  • Example:

Tip

wxc-tip

  • Attributes:

    • type, success | info | warning | danger
    • value, large | middle | small
    • disabled, false | true
  • Example:

List

wxc-list-item

  • Event:

    • click
  • Example: