パッケージの詳細

rat-view

alibaba8BSD-3-Clause0.1.28

View component for Rax.

rat, rat-view

readme

rat-view

组件介绍

View 是最基础的组件,它支持Flexbox、touch handling等功能,并且可以任意嵌套。 不论在什么容器中,View 都直接对应一个容器的原生视图,就像 web 中的 div 一样。 支持任意自定义属性的透传。

demo

import View from 'rat-view';

render(<View style={{
      padding: 30,
    }}>
   <View style={{
      width: 300,
      height: 300,
      backgroundColor:"red"
    }}/>
   <View style={{
      width: 300,
      height: 300,
      backgroundColor:"green",
      position: 'absolute',
      top: 20,
      left: 20,
    }}/>
   <View style={{
      width: 300,
      height: 300,
      backgroundColor:"yellow",
      position: 'absolute',
      top: 80,
      left: 210,
    }}/>
</View>);

更新履歴

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.1.28 (2020-02-18)

Bug Fixes

  • update picture support style 对象 (e0527b7)

0.1.27 (2019-06-18)

Bug Fixes

0.1.26 (2019-06-11)

Bug Fixes

  • update menu add selectedKey (ea179f6)

0.1.25 (2019-01-28)

Bug Fixes

  • update message zindex and postion bug (222957f)

0.1.24 (2019-01-28)

Bug Fixes

0.1.23 (2018-12-22)

Features

0.1.22 (2018-12-21)

Bug Fixes

  • update overlay animation and menu display hide bugs (aec21d7)

0.1.21 (2018-12-13)

Bug Fixes

  • balloon message bug fixed (9a81480)

0.1.20 (2018-12-12)

Bug Fixes

  • update ballooninner close style (cde4537)

0.1.19 (2018-12-10)

Bug Fixes

  • update slider support arrowPosition outer (a235194)

0.1.18 (2018-12-06)

Bug Fixes

  • add rat-component displayName (82aa417)

0.1.17 (2018-12-04)

Features

  • add iconfont button theme future (c41fcc6)

0.1.16 (2018-12-03)

Features

  • 晚上气泡组件功能 (468234a)

0.1.15 (2018-11-30)

Bug Fixes

  • remove dropdown react import (c3aa646)

0.1.14 (2018-11-30)

Bug Fixes

  • remove dropdown react import (f3b6310)

0.1.13 (2018-11-30)

Bug Fixes

  • update component dependence (ded0c6b)

0.1.11 (2018-11-28)

Features

0.1.10 (2018-11-28)

Features

  • add dialog menu provider message dropdown component (0058c11)

0.1.9 (2018-11-19)

Features

  • support rat-picture onappear (8c832b4)

0.1.8 (2018-11-19)

Features

  • add iconfont, message, provider (92cf8fa)

Note: Version bump only for package rat-view

Note: Version bump only for package rat-view

0.1.7 (2018-11-19)

Features

0.1.6 (2018-10-24)

Bug Fixes

  • eslintignore 忽略指定文件 (9fd8b75)

Features

  • 增加iframe组件封装原生iframe (46064ed)

0.1.5 (2018-10-22)

Bug Fixes

  • 删除组件内重复的校验文件,eslint提到最外面 (75ded7f)

0.1.4 (2018-10-20)

Note: Version bump only for package rat-view

0.1.3 (2018-10-19)

Features

  • update component deps and frame version (dd39caf)

0.1.2 (2018-10-19)

Features

  • 发布upx时先发布到日常,再发布到线上,保证日常绑定可用 (c48e139)

0.1.1 (2018-10-19)

Features

  • lerna 更新所有组件的依赖 (bcbd958)

0.1.0 (2018-10-18)

Features

  • lerna 统一管理组件 (de6d25a)