nuke-view

2.3.12 • Public • Published

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

以及其他通用事件与属性

其他

  • bug、建议联系 @翊晨
  • 钉钉交流群

Readme

Keywords

Package Sidebar

Install

npm i nuke-view

Weekly Downloads

26

Version

2.3.12

License

Apache-2.0

Unpacked Size

26.6 kB

Total Files

13

Last publish

Collaborators

  • doub
  • leanhunter