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.

Installyarn add @diallink-corp/convergo-react-layout
Version4.1.2
Usageimport {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>

API