0.0.36 • Published 6 years ago

rox-view v0.0.36

Weekly downloads
94
License
-
Repository
-
Last release
6 years ago

subtitle: 容器

group: General

View


View 是一个容器组件,在 Native 端可以理解为 UIView ,在 web 端即 <div> ,它可以任意嵌套,但嵌套层数过深可能会导致页面在安卓5.0以下或部分机型闪退

View 有如下默认样式,在项目中不必重复写:

{
    position: 'relative',
    boxSizing: 'border-box',
    display: 'flex',
    flexDirection: 'column',
}

API

参数说明类型默认值
style样式object
onClick点击事件Function
0.0.36

6 years ago

0.0.35

6 years ago

0.0.39

6 years ago

0.0.34

6 years ago

0.0.33

6 years ago

0.0.32

6 years ago

0.0.31

6 years ago

0.0.30

6 years ago

0.0.29

6 years ago

0.0.28

6 years ago

0.0.27

6 years ago

0.0.26

6 years ago

0.0.25

6 years ago

0.0.22

6 years ago

0.0.21

6 years ago

0.0.20

6 years ago

0.0.19

6 years ago

0.0.18

6 years ago

0.0.17

6 years ago

0.0.16

6 years ago

0.0.15

6 years ago

0.0.14

6 years ago

0.0.3

6 years ago