View
The View container is analogous to the div in the Web standard.
Type
(props: Props, renderFuncArr?: RenderFunc | Array<RenderFunc>) => result: RenderFunc
Props: object
| Name | Description | Required | Type | Default |
|---|---|---|---|---|
| style | Style property, support for CSS attributes | NO | object | - |
| onClick | Triggers a callback when the component requests to be closed | NO | function | - |