Skip to content
This repository has been archived by the owner on Jun 6, 2019. It is now read-only.

<div> 组件 #39

Open
ding102992 opened this issue Jun 29, 2016 · 4 comments
Open

<div> 组件 #39

ding102992 opened this issue Jun 29, 2016 · 4 comments

Comments

@ding102992
Copy link

ding102992 commented Jun 29, 2016

本文档已迁移至 https://weex-project.io/cn/references/components/div.html ,此处不再维护,谢谢。

概述

div是一个用于包装其它组件的最基本容器组件。支持所有的公共样式、 属性、 flexbox布局.

别名: <container> (弃用)

子组件

这类组件支持任意类型的weex组件作为其自组件,包括其自己。

属性

仅包括 公共属性.

样式

共公样式: 查阅 公共样式

  • 支持flexbox相关样式
  • 支持box model相关样式
  • 支持position相关样式
  • 支持opacity, background-color等.

事件

公共事件: 查阅 公共事件

示例

<div>
  <image src="..."></image>
  <text>...</text>
</div>
@taotao4840
Copy link

...

1 similar comment
@taotao4840
Copy link

...

@lvscar
Copy link

lvscar commented Jul 6, 2016

thx @ding102992 , 文档站已经添加译文链接.

@yundongbot
Copy link

本文档已迁移至 https://weex-project.io/cn/references/components/div.html ,此处不再维护,谢谢。

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants