Well

A Well 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 {Well} from '@diallink-corp/convergo-react-layout'

Example

<Well>This is a test well</Well>
<Well>This is a test well</Well>
<Well>
  This is a test well
</Well>

API