0.0.4 • Published 7 years ago

nuke-test-view v0.0.4

Weekly downloads
7
License
-
Repository
gitlab
Last release
7 years ago

View

  • category: Components
  • chinese: 视图
  • type: 基本

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

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

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

API

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