View
A View is a content container that displays non-editable content separate from other content on the screen. Often this is used to display preformatted text.
| Install | yarn add @diallink-corp/convergo-react-layout |
|---|---|
| Version | 4.1.2 |
| Usage | import {View} from '@diallink-corp/convergo-react-layout' |
Example
<View>This is a test view</View>
<View>This is a test view</View>
<View>
This is a test view
</View>