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.
| Install | yarn add @diallink-corp/convergo-react-layout |
|---|---|
| Version | 4.1.2 |
| Usage | import {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>