View
The most basic layout container, similar to an HTML <div>, with touch “hover” feedback.
Examples
Basic usage
API
Props
| 属性 | 说明 | 类型 | 默认值 |
|---|---|---|---|
hover-class | CSS class while pressed; `none` for no effect | string | none |
hover-start-time | Delay after press before pressed style appears (ms) | number | 50 |
hover-stay-time | How long pressed style remains after release (ms) | number | 400 |
hover-stop-propagation | Whether to stop “hover” on ancestor nodes | boolean | false |