Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 363 Bytes

View.md

File metadata and controls

16 lines (10 loc) · 363 Bytes

<View>

A shell components that simply renders its children using react-universal-interface.

Useful to temporary store some data in JSX props before the actual render.

Usage

import {View} from 'libreact/lib/View';

<View anything='foo'>
  All children are simply rendered.
</View>