Displays preformatted and typically multiline text.
It implements the <pre>
element.
Typically used with a <code>
element child.
Use any valid <pre>
props.
import { Code, Pre } from 'device-agnostic-ui'
<Pre>
<Code>{`<section>
<h1>Header</h1>
</section>`}</Code>
</Pre>
<section>
<h1>Header</h1>
</section>