title: type: references order: 2.2 version: 0.10

<div>

Summary

The most fundamental component which is a contianer to wrap any other components. It supports all the common styles, attributes and layout of flexbox.

alias: <container> (deprecated)

Child Components

This type of component supports all kinds of weex component as its child components including its own kind.

Attributes

There is no specific attribute for this component other than the common attributes.

Styles

common styles: check out the common styles

  • support flexbox related styles
  • support box model related styles
  • support position related styles
  • support opacity, background-color etc.

Events

common events: check out the common events

Examples

<div>
  <image src="..."></image>
  <text>...</text>
</div>