View Component
The View component is the basic building block for UI. It corresponds to a div in HTML.
Usage
xml
<view class="container">
<view class="item">Item 1</view>
<view class="item">Item 2</view>
</view>Features
- Supports Flexbox layout.
- Can contain other components.
- Supports background color, borders, and standard box model properties.